mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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>
This commit is contained in:
parent
e600101158
commit
c2978f68d0
2 changed files with 6 additions and 4 deletions
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue