Browse Source
development/reflex: Updated for version 2.5.4.20221012.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/191/head
B. Watson
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
4 deletions
-
development/reflex/reflex.SlackBuild
-
development/reflex/reflex.info
|
|
@ -6,10 +6,12 @@ |
|
|
|
|
|
|
|
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. |
|
|
|
|
|
|
|
# 20230103 bkw: updated for v2.5.4.20221012. |
|
|
|
|
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=reflex |
|
|
|
VERSION=${VERSION:-2.5.4.20210808} |
|
|
|
VERSION=${VERSION:-2.5.4.20221012} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="reflex" |
|
|
|
VERSION="2.5.4.20210808" |
|
|
|
VERSION="2.5.4.20221012" |
|
|
|
HOMEPAGE="https://invisible-island.net/reflex/reflex.html" |
|
|
|
DOWNLOAD="https://invisible-mirror.net/archives/reflex/reflex-20210808.tgz" |
|
|
|
MD5SUM="31ed4340e8b636cb2c1de2ad378a14e9" |
|
|
|
DOWNLOAD="https://invisible-mirror.net/archives/reflex/reflex-20221012.tgz" |
|
|
|
MD5SUM="1adc4a11bbad34734e401924c869e9ad" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|