diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2018-06-09 10:43:04 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:15:44 +0100 |
commit | bf8545d2ea4db9577d47d3cc0f4e9177f4d9b383 (patch) | |
tree | 7b5456ada91f81ae9f1aa2c53b8a8d18f9271332 /office/texstudio | |
parent | 9a90904829a86b3bf2cf4a59f6f9a510d977846f (diff) | |
download | slackbuilds-bf8545d2ea4db9577d47d3cc0f4e9177f4d9b383.tar.gz |
office/texstudio: Updated for version 2.12.8
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'office/texstudio')
-rw-r--r-- | office/texstudio/texstudio.SlackBuild | 8 | ||||
-rw-r--r-- | office/texstudio/texstudio.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/office/texstudio/texstudio.SlackBuild b/office/texstudio/texstudio.SlackBuild index d0e65f634d..9b26093cd2 100644 --- a/office/texstudio/texstudio.SlackBuild +++ b/office/texstudio/texstudio.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for texstudio -# Copyright 2013-2017 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2013-2018 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texstudio -VERSION=${VERSION:-2.12.6} +VERSION=${VERSION:-2.12.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,9 +59,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf ${PRGNAM}${VERSION} +rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd ${PRGNAM}${VERSION} +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/office/texstudio/texstudio.info b/office/texstudio/texstudio.info index 27ccc5fa29..69517a95a8 100644 --- a/office/texstudio/texstudio.info +++ b/office/texstudio/texstudio.info @@ -1,8 +1,8 @@ PRGNAM="texstudio" -VERSION="2.12.6" +VERSION="2.12.8" HOMEPAGE="http://texstudio.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/texstudio/texstudio-2.12.6.tar.gz" -MD5SUM="77e888ae0e909c3768b1632748816302" +DOWNLOAD="https://github.com/texstudio-org/texstudio/archive/2.12.8/texstudio-2.12.8.tar.gz" +MD5SUM="b637e5b1c39613c37031ba92e80b2909" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |