diff options
Diffstat (limited to 'misc/dex/dex.SlackBuild')
-rw-r--r-- | misc/dex/dex.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dex/dex.SlackBuild b/misc/dex/dex.SlackBuild index 417d2ccbe7..76d63f3f6f 100644 --- a/misc/dex/dex.SlackBuild +++ b/misc/dex/dex.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for dex -# Copyright 2022 Damian Perticone Berisso,Argentina +# Copyright 2022 Damian Perticone, Berisso, Argentina # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dex VERSION=${VERSION:-0.9.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |