system/zutty: Updated for version 0.16.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Samuel Young 2024-06-12 23:55:25 +07:00 committed by Willy Sudiarto Raharjo
parent 6ac275e8bd
commit 9327fd41ae
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 15 deletions

View File

@ -25,21 +25,12 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=zutty
VERSION=${VERSION:-0.15}
COMMIT=3fb1516
VERSION=${VERSION:-0.16}
COMMIT=a578956
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
# This SlackBuild searches for tarball named $VERSION.tar.gz (wget) or
# $PRGNAM-$VERSION-$COMMIT.tar.gz (browser). I couldn't find a link to a tarball
# with a dedicated filename, so this will have to do.
if [ -f $CWD/$VERSION.tar.gz ]; then
TARNAM=$VERSION
else
TARNAM=$PRGNAM-$VERSION-$COMMIT
fi
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
@ -73,7 +64,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION-$COMMIT
tar xvf $CWD/$TARNAM.tar.gz
tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION-$COMMIT.tar.gz
cd $PRGNAM-$VERSION-$COMMIT
chown -R root:root .
find -L . \

View File

@ -1,8 +1,8 @@
PRGNAM="zutty"
VERSION="0.15"
VERSION="0.16"
HOMEPAGE="https://tomscii.sig7.se/zutty/"
DOWNLOAD="https://git.hq.sig7.se/zutty.git/snapshot/0.15.tar.gz"
MD5SUM="45301e40ce2e8ef18a18ef6eb808f559"
DOWNLOAD="https://git.hq.sig7.se/zutty.git/snapshot/0.16.tar.gz"
MD5SUM="9bd65d967c42763e461fd115ce3443f9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""