python/python3-unearth: Version bump to 0.16.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-07-17 17:05:18 -07:00 committed by Willy Sudiarto Raharjo
parent 367c634ce1
commit 41f0083291
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.16.0}
VERSION=${VERSION:-0.16.1}
SRCNAM=${SRCNAM:-unearth}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

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