diff options
author | Leo C <leoc@gmx.com> | 2020-03-20 23:35:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-20 23:35:10 +0700 |
commit | af49aead7b5c3394d0bf5a7a8373f6e72c3f9793 (patch) | |
tree | 468d5bcd92c66775fa094cd24029704a50c72d65 /development/beautysh | |
parent | 28a6da1e6210152923fd731542cfe282ac888ab7 (diff) |
development/beautysh: Updated for version 6.0.1.
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 24e5d92d2687..4cc1353ade88 100644 --- a/development/beautysh/beautysh.SlackBuild +++ b/development/beautysh/beautysh.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for beautysh -# Copyright 2018-2019 Leonardo Citrolo, Italy +# Copyright 2018-2020 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:-5.0.2} +VERSION=${VERSION:-6.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/beautysh/beautysh.info b/development/beautysh/beautysh.info index d87af93d5e0f..c43258369eda 100644 --- a/development/beautysh/beautysh.info +++ b/development/beautysh/beautysh.info @@ -1,8 +1,8 @@ PRGNAM="beautysh" -VERSION="5.0.2" +VERSION="6.0.1" HOMEPAGE="https://github.com/lovesegfault/beautysh" -DOWNLOAD="https://github.com/lovesegfault/beautysh/archive/5.0.2/beautysh-5.0.2.tar.gz" -MD5SUM="b4da476b05bf05bdab7b70dafa510747" +DOWNLOAD="https://github.com/lovesegfault/beautysh/archive/6.0.1/beautysh-6.0.1.tar.gz" +MD5SUM="8839e2f2a945b83f677f34a2b78ee08a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |