diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2019-06-29 07:45:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-29 07:45:34 +0700 |
commit | a57668a92671a69729bd9ca6620f2816076b2857 (patch) | |
tree | e75e5ee371ae7baaeebc7254aeb9a92545180d0a | |
parent | 210ee6888cdf64770e8bdd2bfdd89072bb584522 (diff) | |
download | slackbuilds-a57668a92671a69729bd9ca6620f2816076b2857.tar.gz |
office/texworks: Updated for version 0.6.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/texworks/texworks.SlackBuild | 4 | ||||
-rw-r--r-- | office/texworks/texworks.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/office/texworks/texworks.SlackBuild b/office/texworks/texworks.SlackBuild index 7fb4fb4a7c..d62286ebfb 100644 --- a/office/texworks/texworks.SlackBuild +++ b/office/texworks/texworks.SlackBuild @@ -4,7 +4,7 @@ # Written by digwtx (wtx358@qq.com) # Updated by Willy Sudiarto Raharjo -# Copyright 2016 - 2017 Johannes Schoepfer +# Copyright 2016 - 2019 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texworks -VERSION=${VERSION:-0.6.2} +VERSION=${VERSION:-0.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/texworks/texworks.info b/office/texworks/texworks.info index 7f44a787ed..cf0f75ddfe 100644 --- a/office/texworks/texworks.info +++ b/office/texworks/texworks.info @@ -1,10 +1,10 @@ PRGNAM="texworks" -VERSION="0.6.2" -HOMEPAGE="http://tug.org/texworks/" -DOWNLOAD="https://github.com/TeXworks/texworks/archive/release-0.6.2/texworks-release-0.6.2.tar.gz" -MD5SUM="0a7ef804e613255d099c62d1d69d788d" +VERSION="0.6.3" +HOMEPAGE="https://tug.org/texworks/" +DOWNLOAD="https://github.com/TeXworks/texworks/archive/release-0.6.3/texworks-release-0.6.3.tar.gz" +MD5SUM="bbdc620150fa5bda8bb52db0e6a533e9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="texlive" MAINTAINER="Johannes Schoepfer" -EMAIL="slackbuilds[at]schoepfer[dot]info" +EMAIL="slackbuilds@schoepfer.info" |