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/texmacs/texmacs.SlackBuild | |
parent | 66cb3169e6ef27f881cd7379794fa4a05163ba1d (diff) |
office/texmacs: Updated for version 2.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/texmacs/texmacs.SlackBuild')
-rw-r--r-- | office/texmacs/texmacs.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/texmacs/texmacs.SlackBuild b/office/texmacs/texmacs.SlackBuild index 5d7769565e54e..ec8ce786a9712 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} |