python/python3-meson-opt: Updated for version 1.3.1.

This commit is contained in:
fourtysixandtwo 2023-12-28 17:09:50 -07:00 committed by Willy Sudiarto Raharjo
parent 8db6aea16e
commit c8e3db6381
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-meson-opt
SRCNAM=meson
VERSION=${VERSION:-1.3.0}
VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-meson-opt"
VERSION="1.3.0"
VERSION="1.3.1"
HOMEPAGE="https://github.com/mesonbuild/meson"
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/meson/meson-1.3.0.tar.gz"
MD5SUM="35dc15e4f94ca5fd30dbe2d88a672254"
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/meson/meson-1.3.1.tar.gz"
MD5SUM="dd404b8c0f8b79f80181b4a58bb81768"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-wheel"