From bf8545d2ea4db9577d47d3cc0f4e9177f4d9b383 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sat, 9 Jun 2018 10:43:04 -0700 Subject: office/texstudio: Updated for version 2.12.8 Signed-off-by: Larry Hajali --- office/texstudio/texstudio.SlackBuild | 8 ++++---- office/texstudio/texstudio.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'office') 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 +# Copyright 2013-2018 Larry Hajali # 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="" -- cgit v1.2.3