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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-06-21 00:15:59 -06:00 committed by Willy Sudiarto Raharjo
parent 64da55df1d
commit d411853bd4
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.4.0}
VERSION=${VERSION:-1.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-meson-opt"
VERSION="1.4.0"
VERSION="1.4.1"
HOMEPAGE="https://github.com/mesonbuild/meson"
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/meson/meson-1.4.0.tar.gz"
MD5SUM="a5cddd4299ead830106242c53ea7f10f"
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/meson/meson-1.4.1.tar.gz"
MD5SUM="543a78b55b2d162135e75623b85a59c6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-wheel"