diff options
Diffstat (limited to 'misc/swege/swege.SlackBuild')
-rw-r--r-- | misc/swege/swege.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/swege/swege.SlackBuild b/misc/swege/swege.SlackBuild index 7a08976ec0..18f2be6409 100644 --- a/misc/swege/swege.SlackBuild +++ b/misc/swege/swege.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for swege +# Copyright 2022 Antonio Leal <antonioleal@yahoo.com> # Copyright 2022 Ivan Kovmir <ikovmir@uninstance.cc> # All rights reserved. # @@ -25,7 +26,7 @@ cd "$(dirname "$0")" ; CWD=$(pwd) PRGNAM=swege -VERSION=${VERSION:-2.0.0} +VERSION=${VERSION:-2.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |