mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
misc/doclifter: 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
1e0d19aadd
commit
7ad8577067
2 changed files with 6 additions and 4 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240312 bkw: update for v2.21.
|
||||
|
||||
# 20220110 bkw:
|
||||
# - take over maintenance.
|
||||
# - relicense as WTFPL with permission from Didier.
|
||||
|
@ -18,7 +20,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=doclifter
|
||||
VERSION=${VERSION:-2.20}
|
||||
VERSION=${VERSION:-2.21}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="doclifter"
|
||||
VERSION="2.20"
|
||||
VERSION="2.21"
|
||||
HOMEPAGE="http://www.catb.org/~esr/doclifter/"
|
||||
DOWNLOAD="http://www.catb.org/~esr/doclifter/doclifter-2.20.tar.gz"
|
||||
MD5SUM="60b9c173bdafbdc00e3286acd5332318"
|
||||
DOWNLOAD="http://www.catb.org/~esr/doclifter/doclifter-2.21.tar.gz"
|
||||
MD5SUM="d2187658786f48ccfa9e76d56a2144b8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue