summaryrefslogtreecommitdiffstats
path: root/system/webmin/webmin.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-08-24 01:12:16 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-08-27 22:50:38 +0700
commit50fd359ee930ac89b914ed51b8d367d6bb0d03ae (patch)
treec0bb7af2462f564cf7f833e01c1cce305136f9a8 /system/webmin/webmin.SlackBuild
parent2fce4509e43abd91c1139be53eabef6c04001f4a (diff)
downloadslackbuilds-50fd359ee930ac89b914ed51b8d367d6bb0d03ae.tar.gz
slackbuilds-50fd359ee930ac89b914ed51b8d367d6bb0d03ae.tar.xz
system/webmin: Updated for version 2.000.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/webmin/webmin.SlackBuild')
-rw-r--r--system/webmin/webmin.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/webmin/webmin.SlackBuild b/system/webmin/webmin.SlackBuild
index 5d03a67645..b82552575a 100644
--- a/system/webmin/webmin.SlackBuild
+++ b/system/webmin/webmin.SlackBuild
@@ -25,16 +25,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=webmin
-VERSION=${VERSION:-1.999}
+VERSION=${VERSION:-2.000}
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