diff options
author | Emmanuel N. Millán <emmanueln@gmail.com> | 2024-04-11 19:13:53 -0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-13 22:03:44 +0700 |
commit | 35422e7e8cce43e1a20a7724715faba6f8832b43 (patch) | |
tree | 10ad52433dcea2ea3acf59e7ec8ce66870531edf /office | |
parent | 5743d7a371b1b5726ce48b4e52220a7b94fdcd0c (diff) |
office/texmaker: Updated for version 5.1.4 + new maintainer.
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/texmaker/texmaker.SlackBuild | 5 | ||||
-rw-r--r-- | office/texmaker/texmaker.info | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/office/texmaker/texmaker.SlackBuild b/office/texmaker/texmaker.SlackBuild index 4b7a2792ee913..6cf8bc0a3acf4 100644 --- a/office/texmaker/texmaker.SlackBuild +++ b/office/texmaker/texmaker.SlackBuild @@ -5,6 +5,9 @@ # Copyright 2013-2020 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # +# Copyright 2024 Emmanuel N. Millan, Mendoza, Argentina. +# All rights reserved. +# # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # @@ -25,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=texmaker -VERSION=${VERSION:-5.0.4} +VERSION=${VERSION:-5.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/texmaker/texmaker.info b/office/texmaker/texmaker.info index 31aa6afeecd82..9e3d160bd5690 100644 --- a/office/texmaker/texmaker.info +++ b/office/texmaker/texmaker.info @@ -1,10 +1,10 @@ PRGNAM="texmaker" -VERSION="5.0.4" +VERSION="5.1.4" HOMEPAGE="https://www.xm1math.net/texmaker/index.html" -DOWNLOAD="https://www.xm1math.net/texmaker/texmaker-5.0.4.tar.bz2" -MD5SUM="9e9676a300d0e5932c0172a1f732485c" +DOWNLOAD="https://www.xm1math.net/texmaker/texmaker-5.1.4.tar.bz2" +MD5SUM="8730de999918c95061949a480fa2265a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Larry Hajali" -EMAIL="larryhaja[at]gmail[dot]com" +MAINTAINER="Emmanuel N. Millan" +EMAIL="emmanueln@gmail.com" |