system/webmin: Updated for version 2.000.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-08-24 01:12:16 +07:00
parent 2fce4509e4
commit 50fd359ee9
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 7 deletions

View File

@ -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

View File

@ -1,8 +1,8 @@
PRGNAM="webmin"
VERSION="1.999"
VERSION="2.000"
HOMEPAGE="https://www.webmin.com/"
DOWNLOAD="https://downloads.sf.net/project/webadmin/webmin/1.999/webmin-1.999.tar.gz"
MD5SUM="57405925f73e1407a355fdd96911a201"
DOWNLOAD="https://downloads.sf.net/project/webadmin/webmin/2.000/webmin-2.000.tar.gz"
MD5SUM="d28ae15b046fbf1d974f17688892eef6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="zulu-openjdk8"