aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-07-09 13:44:15 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-10 18:30:52 +0700
commite570338bca0e31b560e8bb88f22f9ba2c9a1c8c4 (patch)
treedaf91937bdfaefe3da72fc1f8734e694e57be683 /python
parent6409dab637ed3cc7845a5e94c6f4772ce94e5526 (diff)
python/python3-unearth: Version bump to 0.16.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-unearth/python3-unearth.SlackBuild2
-rw-r--r--python/python3-unearth/python3-unearth.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-unearth/python3-unearth.SlackBuild b/python/python3-unearth/python3-unearth.SlackBuild
index 849b7ec280..90c9c94ea6 100644
--- a/python/python3-unearth/python3-unearth.SlackBuild
+++ b/python/python3-unearth/python3-unearth.SlackBuild
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-unearth
-VERSION=${VERSION:-0.15.5}
+VERSION=${VERSION:-0.16.0}
SRCNAM=${SRCNAM:-unearth}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-unearth/python3-unearth.info b/python/python3-unearth/python3-unearth.info
index cf258db7d7..081a2892ab 100644
--- a/python/python3-unearth/python3-unearth.info
+++ b/python/python3-unearth/python3-unearth.info
@@ -1,8 +1,8 @@
PRGNAM="python3-unearth"
-VERSION="0.15.5"
+VERSION="0.16.0"
HOMEPAGE="https://github.com/frostming/unearth"
-DOWNLOAD="https://github.com/frostming/unearth/archive/refs/tags/0.15.5/unearth-0.15.5.tar.gz"
-MD5SUM="fefec4cd5eb7af772dcef9cf0fd70d8a"
+DOWNLOAD="https://github.com/frostming/unearth/archive/refs/tags/0.16.0/unearth-0.16.0.tar.gz"
+MD5SUM="fb210ed28ef0a509648fd132ec664548"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pdm-backend python3-httpx"