mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python3-unearth: Version bump to 0.15.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
dc40651394
commit
8ae4ec8d3b
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-unearth
|
||||
VERSION=${VERSION:-0.15.1}
|
||||
VERSION=${VERSION:-0.15.2}
|
||||
SRCNAM=${SRCNAM:-unearth}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-unearth"
|
||||
VERSION="0.15.1"
|
||||
VERSION="0.15.2"
|
||||
HOMEPAGE="https://github.com/frostming/unearth"
|
||||
DOWNLOAD="https://github.com/frostming/unearth/archive/refs/tags/0.15.1/unearth-0.15.1.tar.gz"
|
||||
MD5SUM="443e252fdc6d243b070f475a2ebd21f4"
|
||||
DOWNLOAD="https://github.com/frostming/unearth/archive/refs/tags/0.15.2/unearth-0.15.2.tar.gz"
|
||||
MD5SUM="ef81959caa19f0c79f9aed65d818ed5a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-pdm-backend python3-httpx"
|
||||
|
|
Loading…
Reference in a new issue