python/python3-findpython: Version bump to 0.6.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-10-29 22:47:36 -07:00 committed by Willy Sudiarto Raharjo
parent 1dbb8b94b9
commit 4fff8212c4
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-findpython
VERSION=${VERSION:-0.6.1}
VERSION=${VERSION:-0.6.2}
SRCNAM=${SRCNAM:-findpython}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

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