diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-03-28 15:41:56 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-30 09:39:34 +0700 |
commit | 3bdce48d8aba38abb47d108bf2eb86b9835bfd32 (patch) | |
tree | e2edb7ef9ef8e78bc89c4de0dad9e4445afa7ffc /python/python3-findpython | |
parent | b13dbe4371c74a00ba76d48790a1219aad55aa88 (diff) |
python/python3-findpython: Updated for version 0.6.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-findpython')
-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 eaddba9955..122d56e816 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.4.1} +VERSION=${VERSION:-0.6.0} 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 7738f5b982..cf1b481e6b 100644 --- a/python/python3-findpython/python3-findpython.info +++ b/python/python3-findpython/python3-findpython.info @@ -1,8 +1,8 @@ PRGNAM="python3-findpython" -VERSION="0.4.1" +VERSION="0.6.0" HOMEPAGE="https://github.com/frostming/findpython/" -DOWNLOAD="https://github.com/frostming/findpython/archive/refs/tags/0.4.1/findpython-0.4.1.tar.gz" -MD5SUM="abb8e50e9bf731b50bcd972f46b91c33" +DOWNLOAD="https://github.com/frostming/findpython/archive/refs/tags/0.6.0/findpython-0.6.0.tar.gz" +MD5SUM="97a71584462b75dc034b53a5f0be7f22" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-pdm-backend" |