diff options
author | B. Watson <urchlay@slackware.uk> | 2023-11-20 02:36:28 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-25 22:12:45 +0700 |
commit | bd7329f86fafbe7e629c792655994989bf632d44 (patch) | |
tree | 8b5ea0b312f26a8618772c69e053616bce4d3634 /misc | |
parent | 83049cab394a398e97e2b43ce957c9279d7a3fa8 (diff) |
misc/txt2tags: Updated for version 3.9.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/txt2tags/txt2tags.SlackBuild | 3 | ||||
-rw-r--r-- | misc/txt2tags/txt2tags.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/misc/txt2tags/txt2tags.SlackBuild b/misc/txt2tags/txt2tags.SlackBuild index e998b153858f..1cd087aaa088 100644 --- a/misc/txt2tags/txt2tags.SlackBuild +++ b/misc/txt2tags/txt2tags.SlackBuild @@ -7,6 +7,7 @@ # 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. # 20220110 bkw: # - take over maintenance. @@ -22,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=txt2tags -VERSION=${VERSION:-3.8} +VERSION=${VERSION:-3.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/txt2tags/txt2tags.info b/misc/txt2tags/txt2tags.info index 7e912bfd0327..1ed23960afc9 100644 --- a/misc/txt2tags/txt2tags.info +++ b/misc/txt2tags/txt2tags.info @@ -1,8 +1,8 @@ PRGNAM="txt2tags" -VERSION="3.8" +VERSION="3.9" HOMEPAGE="https://txt2tags.org" -DOWNLOAD="https://github.com/txt2tags/txt2tags/archive/3.8/txt2tags-3.8.tar.gz" -MD5SUM="790290f451a283db04c6d12ec7b3836f" +DOWNLOAD="https://github.com/txt2tags/txt2tags/archive/3.9/txt2tags-3.9.tar.gz" +MD5SUM="f0479f60e64708af9ea09a381bc8d6f8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |