summaryrefslogtreecommitdiffstats
path: root/development/roswell/roswell.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/roswell/roswell.SlackBuild')
-rw-r--r--development/roswell/roswell.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/development/roswell/roswell.SlackBuild b/development/roswell/roswell.SlackBuild
index b34e3af783..952f5ffcf7 100644
--- a/development/roswell/roswell.SlackBuild
+++ b/development/roswell/roswell.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for roswell
-# Copyright 2022 n1to <n1to-slack@posteo.net>
+# Copyright 2024 n1to <n1to-slack@posteo.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,8 +22,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=roswell
-VERSION=${VERSION:-21.10.14.111}
+VERSION=${VERSION:-23.10.14.114}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -41,7 +43,6 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}