diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/bpython/bpython.SlackBuild | 2 | ||||
-rw-r--r-- | development/bpython/bpython.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/bpython/bpython.SlackBuild b/development/bpython/bpython.SlackBuild index 45d4595731b8..77469e063523 100644 --- a/development/bpython/bpython.SlackBuild +++ b/development/bpython/bpython.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bpython -VERSION=${VERSION:-0.19} +VERSION=${VERSION:-0.20.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/bpython/bpython.info b/development/bpython/bpython.info index 911d718d1a43..3f58fe48092c 100644 --- a/development/bpython/bpython.info +++ b/development/bpython/bpython.info @@ -1,8 +1,8 @@ PRGNAM="bpython" -VERSION="0.19" +VERSION="0.20.1" HOMEPAGE="https://bpython-interpreter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/46/15/2d60865176a5f806ab83c1c38a7c9a0da18ee3651fc1e7e9f5f9cf21e0e8/bpython-0.19.tar.gz" -MD5SUM="8793712cf4aba736f2cedc7f51a798df" +DOWNLOAD="https://files.pythonhosted.org/packages/80/34/a79eb10051fcff79d0a63f402154c6c9397d5a8370b6e31a937a9a715d03/bpython-0.20.1.tar.gz" +MD5SUM="4defcd38b4ce8eda2ca4f5e5cd6369e9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-six python-requests Pygments curtsies greenlet" |