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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-11-23 22:21:01 -07:00 committed by Willy Sudiarto Raharjo
parent 768f5a1dbe
commit 8619a0e5aa
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.2.3}
VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

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