system/slackupdr: Updated for version 3.6.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Stu Miller 2022-08-17 21:30:19 +01:00 committed by Willy Sudiarto Raharjo
parent 0eeb409b28
commit f12ad1fe38
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 10 additions and 7 deletions

View File

@ -8,7 +8,7 @@
|-----handy-ruler------------------------------------------------------|
slackupdr: slackupdr (slackupdr - autoslackpkg plus kernel & config tools)
slackupdr:
slackupdr: Home: https://www.go4it2day.com/news/slackupdr-3.5.html
slackupdr: Home: https://www.go4it2day.com/news/slackupdr-3.6.html
slackupdr:
slackupdr:
slackupdr:

View File

@ -25,13 +25,16 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=slackupdr
VERSION=${VERSION:-3.5}
VERSION=${VERSION:-3.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
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
@ -41,7 +44,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
set -e
set -Eeu
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT

View File

@ -1,8 +1,8 @@
PRGNAM="slackupdr"
VERSION="3.5"
HOMEPAGE="https://www.go4it2day.com/news/slackupdr-3.5.html"
DOWNLOAD="https://www.go4it2day.com/downloads/slackupdr/3.5/slackupdr-3.5.tar.gz"
MD5SUM="5c9ab8ee31e97316cafaf440454b70b4"
VERSION="3.6"
HOMEPAGE="https://www.go4it2day.com/news/slackupdr-3.6.html"
DOWNLOAD="https://www.go4it2day.com/downloads/slackupdr/3.6/slackupdr-3.6.tar.gz"
MD5SUM="05a155b99de19e741a6bbb22f35f2ef3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""