Skip to content

Commit

Permalink
system/zutty: Updated for version 0.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
1-1sam authored and sbo-bot[bot] committed Jun 12, 2024
1 parent bc9d18b commit c9f0a6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
15 changes: 3 additions & 12 deletions system/zutty/zutty.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;;
Expand Down Expand Up @@ -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 . \
Expand Down
6 changes: 3 additions & 3 deletions system/zutty/zutty.info
Original file line number Diff line number Diff line change
@@ -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=""
Expand Down

0 comments on commit c9f0a6c

Please sign in to comment.