system/usermin: Updated for version 1.861.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1c2dfba3f7
commit
a7473c22ed
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for usermin
|
||||
|
||||
# Copyright 2014-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=usermin
|
||||
VERSION=${VERSION:-1.860}
|
||||
VERSION=${VERSION:-1.861}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="usermin"
|
||||
VERSION="1.860"
|
||||
VERSION="1.861"
|
||||
HOMEPAGE="http://webmin.com/usermin.html"
|
||||
DOWNLOAD="http://jaist.dl.sourceforge.net/project/webadmin/usermin/1.860/usermin-1.860.tar.gz"
|
||||
MD5SUM="20ac95fa72ed7c9996f1abab84cf0f80"
|
||||
DOWNLOAD="http://jaist.dl.sourceforge.net/project/webadmin/usermin/1.861/usermin-1.861.tar.gz"
|
||||
MD5SUM="62945524b2c99fed6be1b86c7b0f39ac"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="webmin"
|
||||
|
|
Loading…
Reference in New Issue