mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
misc/txt2tags: Updated for version 3.9.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
83049cab39
commit
bd7329f86f
2 changed files with 5 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
# 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.
|
||||||
|
|
||||||
|
# 20231120 bkw: update for v3.9.
|
||||||
# 20230711 bkw: update for v3.8.
|
# 20230711 bkw: update for v3.8.
|
||||||
# 20220110 bkw:
|
# 20220110 bkw:
|
||||||
# - take over maintenance.
|
# - take over maintenance.
|
||||||
|
@ -22,7 +23,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=txt2tags
|
PRGNAM=txt2tags
|
||||||
VERSION=${VERSION:-3.8}
|
VERSION=${VERSION:-3.9}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="txt2tags"
|
PRGNAM="txt2tags"
|
||||||
VERSION="3.8"
|
VERSION="3.9"
|
||||||
HOMEPAGE="https://txt2tags.org"
|
HOMEPAGE="https://txt2tags.org"
|
||||||
DOWNLOAD="https://github.com/txt2tags/txt2tags/archive/3.8/txt2tags-3.8.tar.gz"
|
DOWNLOAD="https://github.com/txt2tags/txt2tags/archive/3.9/txt2tags-3.9.tar.gz"
|
||||||
MD5SUM="790290f451a283db04c6d12ec7b3836f"
|
MD5SUM="f0479f60e64708af9ea09a381bc8d6f8"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue