mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/usermin: Updated for version 2.005.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ae19b01ea7
commit
bb4198ce90
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for usermin
|
||||
|
||||
# Copyright 2014-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2024 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:-2.002}
|
||||
VERSION=${VERSION:-2.005}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="usermin"
|
||||
VERSION="2.002"
|
||||
VERSION="2.005"
|
||||
HOMEPAGE="http://webmin.com/usermin.html"
|
||||
DOWNLOAD="http://jaist.dl.sourceforge.net/project/webadmin/usermin/2.002/usermin-2.002.tar.gz"
|
||||
MD5SUM="078b4cec1eae27f35fea08e6645f5e71"
|
||||
DOWNLOAD="http://jaist.dl.sourceforge.net/project/webadmin/usermin/2.005/usermin-2.005.tar.gz"
|
||||
MD5SUM="cee4af2a4186dfc1e8b1a2ce7756a9de"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="webmin"
|
||||
|
|
Loading…
Reference in a new issue