summaryrefslogtreecommitdiffstats
path: root/system/usermin/usermin.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/usermin/usermin.SlackBuild')
-rw-r--r--system/usermin/usermin.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/usermin/usermin.SlackBuild b/system/usermin/usermin.SlackBuild
index 685c43671e..b921bd2c29 100644
--- a/system/usermin/usermin.SlackBuild
+++ b/system/usermin/usermin.SlackBuild
@@ -25,16 +25,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=usermin
-VERSION=${VERSION:-1.854}
+VERSION=${VERSION:-1.860}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0