From 50fd359ee930ac89b914ed51b8d367d6bb0d03ae Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 24 Aug 2022 01:12:16 +0700 Subject: system/webmin: Updated for version 2.000. Signed-off-by: Willy Sudiarto Raharjo --- system/webmin/webmin.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'system/webmin/webmin.SlackBuild') 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 -- cgit v1.2.3