summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Jeremy Hansen <jebrhansen+github@gmail.com>2024-03-28 15:49:14 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-30 09:39:34 +0700
commit45557bfee11ffcf460601b8ca2b9302fce5c27f5 (patch)
treedff3ac0155ae6a81d4a0dc90adb0625591213fc9
parent80b91f3ff8bf5eed62d1f05663db3a5ab086c5a4 (diff)
downloadslackbuilds-45557bfee11ffcf460601b8ca2b9302fce5c27f5.tar.gz
slackbuilds-45557bfee11ffcf460601b8ca2b9302fce5c27f5.tar.xz
python/python3-unearth: Updated for version 0.15.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 fc5e310b65..6d1d97d55f 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.0}
+VERSION=${VERSION:-0.15.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 010d5d9a04..dccf7a394c 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.0"
+VERSION="0.15.1"
HOMEPAGE="https://github.com/frostming/unearth"
-DOWNLOAD="https://github.com/frostming/unearth/archive/refs/tags/0.15.0/unearth-0.15.0.tar.gz"
-MD5SUM="971ff3ab50a43c89d42e8b512c41739a"
+DOWNLOAD="https://github.com/frostming/unearth/archive/refs/tags/0.15.1/unearth-0.15.1.tar.gz"
+MD5SUM="443e252fdc6d243b070f475a2ebd21f4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pdm-backend python3-httpx"