diff options
Diffstat (limited to 'development/bpython/bpython.SlackBuild')
-rw-r--r-- | development/bpython/bpython.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/bpython/bpython.SlackBuild b/development/bpython/bpython.SlackBuild index afaaad9007830..866747c2c84fc 100644 --- a/development/bpython/bpython.SlackBuild +++ b/development/bpython/bpython.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bpython -# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2023 Dimitris Zlatanidis Orestiada, Greece # Written by vvoody <vvoodywang@gmail.com> # All rights reserved. # @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bpython -VERSION=${VERSION:-0.22.1} +VERSION=${VERSION:-0.24} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |