mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
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:
parent
5eb8c1af78
commit
87da0ddff8
2 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue