system/slackroll: Updated for version v50.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-12-26 20:32:09 +09:00 committed by Willy Sudiarto Raharjo
parent 5eb8c1af78
commit 87da0ddff8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 7 deletions

View file

@ -3,6 +3,7 @@
# Slackware build script for slackroll
# Copyright 2011-2018,2020-2022 Andrew Clemons, Wellington New Zealand
# Copyright 2022 Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=slackroll
VERSION=${VERSION:-v49}
VERSION=${VERSION:-v50}
SRCVER=${VERSION#v}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -33,9 +34,6 @@ PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -1,8 +1,8 @@
PRGNAM="slackroll"
VERSION="v49"
VERSION="v50"
HOMEPAGE="http://slackroll.github.io/slackroll/"
DOWNLOAD="https://github.com/slackroll/slackroll/archive/v49/slackroll-49.tar.gz"
MD5SUM="efae1ccdfc95998be3c1a4f25d5a5a26"
DOWNLOAD="https://github.com/slackroll/slackroll/archive/v50/slackroll-50.tar.gz"
MD5SUM="32a8d38b301684c4d2fad408539305cc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""