summaryrefslogtreecommitdiffstats
path: root/development/beautysh
diff options
context:
space:
mode:
Diffstat (limited to 'development/beautysh')
-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"