Browse Source
python/python3-findpython: Version bump to 0.6.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/223/head
Jeremy Hansen
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-findpython/python3-findpython.SlackBuild
-
python/python3-findpython/python3-findpython.info
|
|
@ -24,7 +24,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-findpython |
|
|
|
VERSION=${VERSION:-0.6.0} |
|
|
|
VERSION=${VERSION:-0.6.1} |
|
|
|
SRCNAM=${SRCNAM:-findpython} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-findpython" |
|
|
|
VERSION="0.6.0" |
|
|
|
VERSION="0.6.1" |
|
|
|
HOMEPAGE="https://github.com/frostming/findpython/" |
|
|
|
DOWNLOAD="https://github.com/frostming/findpython/archive/refs/tags/0.6.0/findpython-0.6.0.tar.gz" |
|
|
|
MD5SUM="97a71584462b75dc034b53a5f0be7f22" |
|
|
|
DOWNLOAD="https://github.com/frostming/findpython/archive/refs/tags/0.6.1/findpython-0.6.1.tar.gz" |
|
|
|
MD5SUM="302c92b3ac2ae8719b047384ac20c4b6" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-pdm-backend" |
|
|
|