diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-07 12:17:17 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:01 +0700 |
commit | df12de0e12bdd4d878a9a74dc7936f4dcdc61341 (patch) | |
tree | 3913b4bba85ae08a2784c5106ab11e215a44e18b /development/reflex/reflex.SlackBuild | |
parent | 879017cbc4ce725a6ba2b63cd16c6cf5cf2a5148 (diff) | |
download | slackbuilds-df12de0e12bdd4d878a9a74dc7936f4dcdc61341.tar.gz |
development/reflex: Updated for version 2.5.4.20210808.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/reflex/reflex.SlackBuild')
-rw-r--r-- | development/reflex/reflex.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/development/reflex/reflex.SlackBuild b/development/reflex/reflex.SlackBuild index 83f588469a..50141811ac 100644 --- a/development/reflex/reflex.SlackBuild +++ b/development/reflex/reflex.SlackBuild @@ -9,7 +9,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=reflex -VERSION=${VERSION:-2.5.4.20200715} +VERSION=${VERSION:-2.5.4.20210808} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -22,9 +22,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 |