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 | |
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')
-rw-r--r-- | development/reflex/reflex.SlackBuild | 5 | ||||
-rw-r--r-- | development/reflex/reflex.info | 8 |
2 files changed, 5 insertions, 8 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 diff --git a/development/reflex/reflex.info b/development/reflex/reflex.info index 44a1d828f7..3df9be1a13 100644 --- a/development/reflex/reflex.info +++ b/development/reflex/reflex.info @@ -1,8 +1,8 @@ PRGNAM="reflex" -VERSION="2.5.4.20200715" -HOMEPAGE="http://invisible-island.net/reflex/reflex.html" -DOWNLOAD="ftp://ftp.invisible-island.net/reflex/reflex-20200715.tgz" -MD5SUM="864494e63fa8dec456fd5b55eb749ed4" +VERSION="2.5.4.20210808" +HOMEPAGE="https://invisible-island.net/reflex/reflex.html" +DOWNLOAD="https://invisible-mirror.net/archives/reflex/reflex-20210808.tgz" +MD5SUM="31ed4340e8b636cb2c1de2ad378a14e9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |