summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Jeremy Hansen <jebrhansen+github@gmail.com>2024-07-17 17:05:18 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-19 08:23:47 +0700
commit41f0083291761dbb916b85565c8b5accbd9ffcfa (patch)
tree5490c9e0a80786d947acdd73c50723a465d115cf /python
parent367c634ce13e92f59b2f90363661f8c6ba30f136 (diff)
downloadslackbuilds-41f0083291761dbb916b85565c8b5accbd9ffcfa.tar.gz
slackbuilds-41f0083291761dbb916b85565c8b5accbd9ffcfa.tar.xz
python/python3-unearth: Version bump to 0.16.1
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 90c9c94ea6..d8ea93ea76 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.16.0}
+VERSION=${VERSION:-0.16.1}
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 081a2892ab..bc9b3e3fcf 100644
--- a/python/python3-unearth/python3-unearth.info
+++ b/python/python3-unearth/python3-unearth.info
@@ -1,8 +1,8 @@
PRGNAM="python3-unearth"
-VERSION="0.16.0"
+VERSION="0.16.1"
HOMEPAGE="https://github.com/frostming/unearth"
-DOWNLOAD="https://github.com/frostming/unearth/archive/refs/tags/0.16.0/unearth-0.16.0.tar.gz"
-MD5SUM="fb210ed28ef0a509648fd132ec664548"
+DOWNLOAD="https://github.com/frostming/unearth/archive/refs/tags/0.16.1/unearth-0.16.1.tar.gz"
+MD5SUM="97416044b56001116ef9a167c029a7b8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pdm-backend python3-httpx"