mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/webmin: Updated for version 2.111.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
96a88f4eb2
commit
c8da1142fd
2 changed files with 7 additions and 6 deletions
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for Webmin http://www.webmin.com
|
||||
|
||||
# Copyright 2006-2019 David Somero (dsomero@hotmail.com)
|
||||
# Copyright 2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=webmin
|
||||
VERSION=${VERSION:-2.105}
|
||||
VERSION=${VERSION:-2.111}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="webmin"
|
||||
VERSION="2.105"
|
||||
VERSION="2.111"
|
||||
HOMEPAGE="https://www.webmin.com/"
|
||||
DOWNLOAD="https://downloads.sf.net/project/webadmin/webmin/2.105/webmin-2.105.tar.gz"
|
||||
MD5SUM="b518ad1a5750fd92647613d707478403"
|
||||
DOWNLOAD="https://downloads.sf.net/project/webadmin/webmin/2.111/webmin-2.111.tar.gz"
|
||||
MD5SUM="347b08feb6a07965d928c530e51bc427"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zulu-openjdk8"
|
||||
MAINTAINER="David Somero"
|
||||
EMAIL="dsomero@hotmail.com"
|
||||
MAINTAINER="Willy Sudiarto Raharjo"
|
||||
EMAIL="willysr@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue