mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/ansifilter: Updated for version 2.21.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
612faf06f3
commit
f55b59a7d0
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.
|
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||||
|
|
||||||
|
# 20240909 bkw: update for v2.21.
|
||||||
|
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=ansifilter
|
PRGNAM=ansifilter
|
||||||
VERSION=${VERSION:-2.20}
|
VERSION=${VERSION:-2.21}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="ansifilter"
|
PRGNAM="ansifilter"
|
||||||
VERSION="2.20"
|
VERSION="2.21"
|
||||||
HOMEPAGE="http://andre-simon.de/doku/ansifilter/en/ansifilter.php"
|
HOMEPAGE="http://andre-simon.de/doku/ansifilter/en/ansifilter.php"
|
||||||
DOWNLOAD="http://andre-simon.de/zip/ansifilter-2.20.tar.bz2"
|
DOWNLOAD="http://andre-simon.de/zip/ansifilter-2.21.tar.bz2"
|
||||||
MD5SUM="d2a8d8b9256bc8c843934d8123b5c0dd"
|
MD5SUM="a87c3b3a50c30c325a7cb0dd211c27a9"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue