summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a18fbaf370..34ac86381c 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.7}
+VERSION=${VERSION:-3.8}
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 MANIFEST README.md README.rst \
+cp -a LICENSE README.md README.rst \
$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 25208caf66..97804a176c 100644
--- a/development/beautysh/beautysh.info
+++ b/development/beautysh/beautysh.info
@@ -1,8 +1,8 @@
PRGNAM="beautysh"
-VERSION="3.7"
+VERSION="3.8"
HOMEPAGE="https://github.com/bemeurer/beautysh"
-DOWNLOAD="https://github.com/bemeurer/beautysh/archive/3.7/beautysh-3.7.tar.gz"
-MD5SUM="44e2945a2e9226d110a90e1c3ef61a13"
+DOWNLOAD="https://github.com/bemeurer/beautysh/archive/3.8/beautysh-3.8.tar.gz"
+MD5SUM="e2dcdea6c09fba5a0a51044224032e0f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"