diff options
author | Gustavo Brondani Schenkel <gustavo.schenkel@gmail.com> | 2021-10-30 01:16:42 -0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-07 02:15:19 +0700 |
commit | 941b55743eefff34b1be2a2f0f78f987295b5ae8 (patch) | |
tree | af08e6d4999a805f4de79e8b2123666584ca5c0e /office | |
parent | 503cf27d68afed43b0d887e3ea4d9089f0551e72 (diff) | |
download | slackbuilds-941b55743eefff34b1be2a2f0f78f987295b5ae8.tar.gz |
office/texstudio: Updated for version 4.0.2
Signed-off-by: Gustavo Brondani Schenkel <gustavo.schenkel@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/texstudio/texstudio.SlackBuild | 2 | ||||
-rw-r--r-- | office/texstudio/texstudio.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/office/texstudio/texstudio.SlackBuild b/office/texstudio/texstudio.SlackBuild index f97254e360..6f66cddb63 100644 --- a/office/texstudio/texstudio.SlackBuild +++ b/office/texstudio/texstudio.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=texstudio -VERSION=${VERSION:-3.1.2} +VERSION=${VERSION:-4.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/texstudio/texstudio.info b/office/texstudio/texstudio.info index e2e011b7e8..b29d40642b 100644 --- a/office/texstudio/texstudio.info +++ b/office/texstudio/texstudio.info @@ -1,8 +1,8 @@ PRGNAM="texstudio" -VERSION="3.1.2" +VERSION="4.0.2" HOMEPAGE="http://texstudio.sourceforge.net/" -DOWNLOAD="https://github.com/texstudio-org/texstudio/archive/3.1.2/texstudio-3.1.2.tar.gz" -MD5SUM="7c6ed979ea5528f87122fdb0720942fe" +DOWNLOAD="https://github.com/texstudio-org/texstudio/archive/4.0.2/texstudio-4.0.2.tar.gz" +MD5SUM="a9b7970ec883a5ec5b53f05c55237280" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |