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