diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2022-10-31 14:32:11 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:22 +0700 |
commit | 7cdd7799b17f5c8344ea2421e8b5e3c478905da8 (patch) | |
tree | 286cabe3a54b940421cbbdecc449a7cfead6d694 /office | |
parent | f9017296018ef69786456fd2a17191798dd0857a (diff) | |
download | slackbuilds-7cdd7799b17f5c8344ea2421e8b5e3c478905da8.tar.gz |
office/texmacs: Updated for version 2.1.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/texmacs/texmacs.SlackBuild | 2 | ||||
-rw-r--r-- | office/texmacs/texmacs.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/office/texmacs/texmacs.SlackBuild b/office/texmacs/texmacs.SlackBuild index ec8ce786a9..4f054b1686 100644 --- a/office/texmacs/texmacs.SlackBuild +++ b/office/texmacs/texmacs.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=texmacs -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/texmacs/texmacs.info b/office/texmacs/texmacs.info index db00b3af86..0aad98979d 100644 --- a/office/texmacs/texmacs.info +++ b/office/texmacs/texmacs.info @@ -1,8 +1,8 @@ PRGNAM="texmacs" -VERSION="2.1.1" +VERSION="2.1.2" HOMEPAGE="http://www.texmacs.org" -DOWNLOAD="https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-2.1.1-src.tar.gz" -MD5SUM="804465586d9a392230a463104dd5a827" +DOWNLOAD="https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-2.1.2-src.tar.gz" +MD5SUM="27f81807040704fd58c21f15c9629b70" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="guile1.8" |