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>
This commit is contained in:
Jeremy Hansen 2024-03-28 15:49:14 -07:00 committed by Willy Sudiarto Raharjo
parent 80b91f3ff8
commit 45557bfee1
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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"