summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Zhu Qun-Ying <zhu.qunying@gmail.com>2020-12-16 12:13:46 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-12-17 22:40:12 +0700
commite0715fe1dfc77884056a290abdb87bc756afd2f9 (patch)
tree7c8424e370c1fa6100e4990e15ec4806d66d1bd9 /office
parent5585f6558c961542aaff415ab297e0f6d9d09158 (diff)
downloadslackbuilds-e0715fe1dfc77884056a290abdb87bc756afd2f9.tar.gz
slackbuilds-e0715fe1dfc77884056a290abdb87bc756afd2f9.tar.xz
office/texmacs: Updated for version 1.99.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/texmacs/texmacs.SlackBuild6
-rw-r--r--office/texmacs/texmacs.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/office/texmacs/texmacs.SlackBuild b/office/texmacs/texmacs.SlackBuild
index 2309845211..f8991c36b1 100644
--- a/office/texmacs/texmacs.SlackBuild
+++ b/office/texmacs/texmacs.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=texmacs
-VERSION=${VERSION:-1.99.13}
+VERSION=${VERSION:-1.99.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,9 +61,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM-$VERSION
+rm -rf $SRCNAM-$VERSION-src
tar xvf $CWD/$SRCNAM-$VERSION-src.tar.gz
-cd $SRCNAM-$VERSION
+cd $SRCNAM-$VERSION-src
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/office/texmacs/texmacs.info b/office/texmacs/texmacs.info
index 6f3a504f8b..34499bcafc 100644
--- a/office/texmacs/texmacs.info
+++ b/office/texmacs/texmacs.info
@@ -1,8 +1,8 @@
PRGNAM="texmacs"
-VERSION="1.99.13"
+VERSION="1.99.17"
HOMEPAGE="http://www.texmacs.org"
-DOWNLOAD="https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.99.13-src.tar.gz"
-MD5SUM="960313d2acef78038082cf1463f5a32e"
+DOWNLOAD="https://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-1.99.17-src.tar.gz"
+MD5SUM="d04afa1984339e6db7872ea82e13370c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="guile1.8"