aboutsummaryrefslogtreecommitdiff
path: root/misc/slop/slop.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/slop/slop.SlackBuild')
-rw-r--r--misc/slop/slop.SlackBuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/slop/slop.SlackBuild b/misc/slop/slop.SlackBuild
index 49feb48510..d8a47207fa 100644
--- a/misc/slop/slop.SlackBuild
+++ b/misc/slop/slop.SlackBuild
@@ -2,8 +2,9 @@
# Slackware build script for slop
-# Copyright 2014 <moisespedro15@gmail.com>
-# Copyright 2019 <john2x@gmail.com>
+# Copyright 2014 Pedro Guimaraes <moisespedro15@gmail.com>
+# Copyright 2019 John Louis Del Rosario <john2x@gmail.com>
+# Copyright 2025 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=slop
-VERSION=${VERSION:-7.5}
+VERSION=${VERSION:-7.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# 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