development/reflex: Updated for version 2.5.4.20230523.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-09-12 17:12:58 -04:00 committed by Willy Sudiarto Raharjo
parent 4739b213a7
commit 964fe8aaeb
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 5 deletions

View file

@ -6,12 +6,13 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20230912 bkw: updated for v2.5.4.20230523
# 20230103 bkw: updated for v2.5.4.20221012.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=reflex
VERSION=${VERSION:-2.5.4.20221012}
VERSION=${VERSION:-2.5.4.20230523}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -97,7 +98,7 @@ make
make install DESTDIR=$PKG
strip $PKG/usr/bin/$PRGNAM
gzip -9 $PKG/usr/man/man1/$PRGNAM.1
[ -e $PKG/usr/man/man1/$PRGNAM.1.gz ] || gzip -9 $PKG/usr/man/man1/$PRGNAM.1
# Considered adding MISC/* to the doc dir, but it's almost all cruft
# from 20+ years ago, from before reflex forked from flex, and it looks

View file

@ -1,8 +1,8 @@
PRGNAM="reflex"
VERSION="2.5.4.20221012"
VERSION="2.5.4.20230523"
HOMEPAGE="https://invisible-island.net/reflex/reflex.html"
DOWNLOAD="https://invisible-mirror.net/archives/reflex/reflex-20221012.tgz"
MD5SUM="1adc4a11bbad34734e401924c869e9ad"
DOWNLOAD="https://invisible-mirror.net/archives/reflex/reflex-20230523.tgz"
MD5SUM="964fc686621c26a3f80b4ab13a237012"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""