diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2022-01-01 11:14:56 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-04 07:47:17 +0700 |
commit | 5e1ed2bb98a22c2b338eff6bfec1821271af6d78 (patch) | |
tree | b75005537a0991446f0d6a111e8b82bb3982f820 /office | |
parent | 66cb3169e6ef27f881cd7379794fa4a05163ba1d (diff) |
office/texmacs: Updated for version 2.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/texmacs/texmacs.SlackBuild | 4 | ||||
-rw-r--r-- | office/texmacs/texmacs.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/office/texmacs/texmacs.SlackBuild b/office/texmacs/texmacs.SlackBuild index 5d7769565e54..ec8ce786a971 100644 --- a/office/texmacs/texmacs.SlackBuild +++ b/office/texmacs/texmacs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Texmacs -# Copyright 2013-2020 Zhu Qun-Ying +# Copyright 2013-2022 Zhu Qun-Ying # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=texmacs -VERSION=${VERSION:-2.1} +VERSION=${VERSION:-2.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/texmacs/texmacs.info b/office/texmacs/texmacs.info index 04b697a34412..db00b3af8684 100644 --- a/office/texmacs/texmacs.info +++ b/office/texmacs/texmacs.info @@ -1,8 +1,8 @@ PRGNAM="texmacs" -VERSION="2.1" +VERSION="2.1.1" HOMEPAGE="http://www.texmacs.org" -DOWNLOAD="https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-2.1-src.tar.gz" -MD5SUM="cb815c9e4c02505d853abc1bdb788164" +DOWNLOAD="https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-2.1.1-src.tar.gz" +MD5SUM="804465586d9a392230a463104dd5a827" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="guile1.8" |