summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Jeremy Hansen <jebrhansen+github@gmail.com>2024-05-31 11:37:40 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-01 16:45:52 +0700
commitf69b06f206b85ea86f2130ae603d3fdff22e2384 (patch)
treedf8dc7a7b1eb96868461b98b2c568830799646a8 /python
parentc0363a79b58199b9515ba3339f2cfec390e5df8b (diff)
downloadslackbuilds-f69b06f206b85ea86f2130ae603d3fdff22e2384.tar.gz
slackbuilds-f69b06f206b85ea86f2130ae603d3fdff22e2384.tar.xz
python/python3-unearth: Updated for version 0.15.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> 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 8274402fc5..ecad3ce762 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.2}
+VERSION=${VERSION:-0.15.3}
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 c5ab22fc2b..f83703d101 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.2"
+VERSION="0.15.3"
HOMEPAGE="https://github.com/frostming/unearth"
-DOWNLOAD="https://github.com/frostming/unearth/archive/refs/tags/0.15.2/unearth-0.15.2.tar.gz"
-MD5SUM="ef81959caa19f0c79f9aed65d818ed5a"
+DOWNLOAD="https://github.com/frostming/unearth/archive/refs/tags/0.15.3/unearth-0.15.3.tar.gz"
+MD5SUM="d169a959a5b2c87112de6b8b04d9c42d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pdm-backend python3-httpx"