diff options
Diffstat (limited to 'office')
-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="" |