diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/webmin/webmin.SlackBuild | 6 | ||||
-rw-r--r-- | system/webmin/webmin.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/webmin/webmin.SlackBuild b/system/webmin/webmin.SlackBuild index 7890644169..48816b914c 100644 --- a/system/webmin/webmin.SlackBuild +++ b/system/webmin/webmin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Webmin http://www.webmin.com -# Copyright 2006-2009 David Somero (dsomero@hotmail.com) +# Copyright 2006-2010 David Somero (dsomero@hotmail.com) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=webmin -VERSION=1.500 +VERSION=1.510 ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,7 +84,7 @@ noperlpath=1 nopostinstall=1 export config_dir var_dir perl autoos port login crypt host ssl atboot \ - nostart nochown autothird nouninstall noperlpath nopostinstall + nostart nochown autothird nouninstall noperlpath nopostinstall cd $PKG/usr/libexec/webmin ./setup.sh 2>&1 diff --git a/system/webmin/webmin.info b/system/webmin/webmin.info index 048a2a40ce..b09fc60cc7 100644 --- a/system/webmin/webmin.info +++ b/system/webmin/webmin.info @@ -1,10 +1,10 @@ PRGNAM="webmin" -VERSION="1.500" +VERSION="1.510" HOMEPAGE="http://www.webmin.com/" -DOWNLOAD="http://downloads.sourceforge.net/webadmin/webmin-1.500.tar.gz" -MD5SUM="b0272f97ea2d1283dd4d35585af256b9" +DOWNLOAD="http://downloads.sourceforge.net/webadmin/webmin-1.510.tar.gz" +MD5SUM="cdcc09d71d85d81914a90413eaf21d3f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="David Somero" EMAIL="dsomero@hotmail.com" -APPROVED="rworkman" +APPROVED="Erik Hanson" |