summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Leo C2018-08-20 16:38:16 +0200
committer David Spencer2018-08-20 16:38:16 +0200
commitadf256d922f9996a68f4f42c3be0c0805b770fe3 (patch)
treebdd7ee115c63c8390f54c34e72adfe1e277db6e5 /development
parentd00c8e0e35107bac24e6fb4e1588c02e61cfd6c2 (diff)
downloadslackbuilds-adf256d922f9996a68f4f42c3be0c0805b770fe3.tar.gz
development/beautysh: Updated for version 3.11.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/beautysh/beautysh.SlackBuild4
-rw-r--r--development/beautysh/beautysh.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/beautysh/beautysh.SlackBuild b/development/beautysh/beautysh.SlackBuild
index 34ac86381c..24f5751162 100644
--- a/development/beautysh/beautysh.SlackBuild
+++ b/development/beautysh/beautysh.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=beautysh
-VERSION=${VERSION:-3.8}
+VERSION=${VERSION:-3.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,7 +72,7 @@ find -L . \
python3 setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE README.md README.rst \
+cp -a LICENSE README.* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/development/beautysh/beautysh.info b/development/beautysh/beautysh.info
index 97804a176c..59fc2ebdee 100644
--- a/development/beautysh/beautysh.info
+++ b/development/beautysh/beautysh.info
@@ -1,8 +1,8 @@
PRGNAM="beautysh"
-VERSION="3.8"
+VERSION="3.11"
HOMEPAGE="https://github.com/bemeurer/beautysh"
-DOWNLOAD="https://github.com/bemeurer/beautysh/archive/3.8/beautysh-3.8.tar.gz"
-MD5SUM="e2dcdea6c09fba5a0a51044224032e0f"
+DOWNLOAD="https://github.com/bemeurer/beautysh/archive/3.11/beautysh-3.11.tar.gz"
+MD5SUM="70a62f5be3fd4b9e6bc35b2d420c833b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"