diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/beautysh/beautysh.SlackBuild | 4 | ||||
-rw-r--r-- | development/beautysh/beautysh.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/beautysh/beautysh.SlackBuild b/development/beautysh/beautysh.SlackBuild index 24f5751162..be20d06a92 100644 --- a/development/beautysh/beautysh.SlackBuild +++ b/development/beautysh/beautysh.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for beautysh -# Copyright 2018 Leonardo Citrolo, Italy +# Copyright 2018-2019 Leonardo Citrolo, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=beautysh -VERSION=${VERSION:-3.11} +VERSION=${VERSION:-3.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/beautysh/beautysh.info b/development/beautysh/beautysh.info index 59fc2ebdee..9dcaa30be7 100644 --- a/development/beautysh/beautysh.info +++ b/development/beautysh/beautysh.info @@ -1,8 +1,8 @@ PRGNAM="beautysh" -VERSION="3.11" +VERSION="3.12" HOMEPAGE="https://github.com/bemeurer/beautysh" -DOWNLOAD="https://github.com/bemeurer/beautysh/archive/3.11/beautysh-3.11.tar.gz" -MD5SUM="70a62f5be3fd4b9e6bc35b2d420c833b" +DOWNLOAD="https://github.com/bemeurer/beautysh/archive/3.12/beautysh-3.12.tar.gz" +MD5SUM="45ddd9d9e045e0cc0cac4390ae5bdd65" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |