mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/usermin: Updated for version 1.834.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7f6257d28f
commit
bbadda4818
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for usermin
|
||||
|
||||
# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2022 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.833}
|
||||
VERSION=${VERSION:-1.834}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="usermin"
|
||||
VERSION="1.833"
|
||||
VERSION="1.834"
|
||||
HOMEPAGE="http://webmin.com/usermin.html"
|
||||
DOWNLOAD="http://jaist.dl.sourceforge.net/project/webadmin/usermin/1.833/usermin-1.833.tar.gz"
|
||||
MD5SUM="4629c90608b7fa87a879840d33c659d0"
|
||||
DOWNLOAD="http://jaist.dl.sourceforge.net/project/webadmin/usermin/1.834/usermin-1.834.tar.gz"
|
||||
MD5SUM="cf408be45859cc0fe634677b15d720b5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="webmin"
|
||||
|
|
Loading…
Reference in a new issue