python/python3-beniget: Version bump to 0.4.2.post1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-06-28 17:15:00 -07:00 committed by Willy Sudiarto Raharjo
parent 8dedfcef82
commit ecdca06222
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python3-beniget
# Copyright 2022 Isaac Yu <isaacyu@protonmail.com>
# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-beniget
VERSION=${VERSION:-0.4.1}
VERSION=${VERSION:-0.4.2.post1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-beniget"
VERSION="0.4.1"
VERSION="0.4.2.post1"
HOMEPAGE="https://github.com/serge-sans-paille/beniget"
DOWNLOAD="https://github.com/serge-sans-paille/beniget/archive/0.4.1/beniget-0.4.1.tar.gz"
MD5SUM="0b6b55daf2313f04f7759cfeac46a448"
DOWNLOAD="https://github.com/serge-sans-paille/beniget/archive/0.4.2.post1/beniget-0.4.2.post1.tar.gz"
MD5SUM="62db4db6110f945925cbab4aa41e3702"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-gast"