diff options
author | Leo C <leoc@gmx.com> | 2019-01-18 08:31:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-18 23:39:52 +0700 |
commit | 469fe71133dbc8136d5a4d378b9b9b098f17f39c (patch) | |
tree | 69c9513cce8c0f122ecd1419acbf765260b843c2 /development/beautysh | |
parent | ede0162b43a31418eb45a11c91c333d3355db9f1 (diff) |
development/beautysh: Updated for version 3.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/beautysh')
-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 24f5751162b3..be20d06a92bf 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 59fc2ebdeef3..9dcaa30be766 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" |