diff options
author | Stu Miller | 2022-07-29 16:59:04 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2022-07-29 16:59:04 +0200 |
commit | f0a8bd82eb75c45164505c604f3cecabe7314654 (patch) | |
tree | ef5596e9962701fd2a4fb40824ce5c1e3a389306 /system | |
parent | 439933c3a8f0922acff0d341ba87bfd460641bd1 (diff) | |
download | slackbuilds-f0a8bd82eb75c45164505c604f3cecabe7314654.tar.gz |
system/slackupdr: Updated for version 3.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/slackupdr/README | 6 | ||||
-rw-r--r-- | system/slackupdr/slack-desc | 2 | ||||
-rw-r--r-- | system/slackupdr/slackupdr.SlackBuild | 7 | ||||
-rw-r--r-- | system/slackupdr/slackupdr.info | 8 |
4 files changed, 10 insertions, 13 deletions
diff --git a/system/slackupdr/README b/system/slackupdr/README index da798a18bb..847fc419fa 100644 --- a/system/slackupdr/README +++ b/system/slackupdr/README @@ -6,6 +6,6 @@ SYNOPSIS DESCRIPTION slackupdr is a CLI menu driven tool. It automates slackpkg, manages - installation of multiple kernels, updates LILO & ELILO bootloaders & - manages /etc .new & .orig files. slackupdr uses slackpkg, pkgtools, - mkinitrd & diff/edit tools. + installation of multiple kernels, updates GRUB, ELILO & LILO + bootloaders & manages /etc .new & .orig files. slackupdr uses + slackpkg, pkgtools, mkinitrd & diff/edit tools. diff --git a/system/slackupdr/slack-desc b/system/slackupdr/slack-desc index 700a554ca1..8c38f910bd 100644 --- a/system/slackupdr/slack-desc +++ b/system/slackupdr/slack-desc @@ -8,7 +8,7 @@ |-----handy-ruler------------------------------------------------------| slackupdr: slackupdr (slackupdr - autoslackpkg plus kernel & config tools) slackupdr: -slackupdr: Home: https://www.go4it2day.com/news/slackupdr-3.4.html +slackupdr: Home: https://www.go4it2day.com/news/slackupdr-3.5.html slackupdr: slackupdr: slackupdr: diff --git a/system/slackupdr/slackupdr.SlackBuild b/system/slackupdr/slackupdr.SlackBuild index 3cf74f1929..e567fb7a3b 100644 --- a/system/slackupdr/slackupdr.SlackBuild +++ b/system/slackupdr/slackupdr.SlackBuild @@ -25,16 +25,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slackupdr -VERSION=${VERSION:-3.4} +VERSION=${VERSION:-3.5} 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 @@ -44,7 +41,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -set -eu +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT diff --git a/system/slackupdr/slackupdr.info b/system/slackupdr/slackupdr.info index 101b67207f..b2c93306cb 100644 --- a/system/slackupdr/slackupdr.info +++ b/system/slackupdr/slackupdr.info @@ -1,8 +1,8 @@ PRGNAM="slackupdr" -VERSION="3.4" -HOMEPAGE="https://www.go4it2day.com/news/slackupdr-3.4.html" -DOWNLOAD="https://www.go4it2day.com/downloads/slackupdr/3.4/slackupdr-3.4.tar.gz" -MD5SUM="73527247b9b035d12e129967ea96bf39" +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" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |