office/texmacs: Updated for version 2.1.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2022-01-01 11:14:56 -08:00 committed by Willy Sudiarto Raharjo
parent 66cb3169e6
commit 5e1ed2bb98
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"