aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-06-28 17:15:00 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-29 07:36:45 +0700
commitecdca0622217ca4fb5178fb60b6359111f428f43 (patch)
treeac60e0724e34c60260e020c063aabb2cfc49ee33
parent8dedfcef827e36300218bd9aeb37afb9823368d6 (diff)
downloadslackbuilds-ecdca0622217ca4fb5178fb60b6359111f428f43.tar.xz
python/python3-beniget: Version bump to 0.4.2.post1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-beniget/python3-beniget.SlackBuild4
-rw-r--r--python/python3-beniget/python3-beniget.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-beniget/python3-beniget.SlackBuild b/python/python3-beniget/python3-beniget.SlackBuild
index cd290b10e2c8..239c8223de69 100644
--- a/python/python3-beniget/python3-beniget.SlackBuild
+++ b/python/python3-beniget/python3-beniget.SlackBuild
@@ -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}
diff --git a/python/python3-beniget/python3-beniget.info b/python/python3-beniget/python3-beniget.info
index 9a15c83a0881..73b31ede430b 100644
--- a/python/python3-beniget/python3-beniget.info
+++ b/python/python3-beniget/python3-beniget.info
@@ -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"