diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-10-29 22:47:36 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-02 19:28:26 +0700 |
commit | 4fff8212c4c60aaf9e3b21b536c552cc4e3a99b2 (patch) | |
tree | 60f875ddf503d6d3e111aa4955d968faa0966b6f /python | |
parent | 1dbb8b94b984f89ba964e393a3880426bbac2385 (diff) |
python/python3-findpython: Version bump to 0.6.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-findpython/python3-findpython.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-findpython/python3-findpython.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-findpython/python3-findpython.SlackBuild b/python/python3-findpython/python3-findpython.SlackBuild index 66f4d307c7a9..e5edcb278341 100644 --- a/python/python3-findpython/python3-findpython.SlackBuild +++ b/python/python3-findpython/python3-findpython.SlackBuild @@ -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} diff --git a/python/python3-findpython/python3-findpython.info b/python/python3-findpython/python3-findpython.info index 2e5563eb1cdd..33f467ee648f 100644 --- a/python/python3-findpython/python3-findpython.info +++ b/python/python3-findpython/python3-findpython.info @@ -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" |