summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Larry Hajali2018-06-09 19:43:04 +0200
committer David Spencer2018-06-14 02:15:44 +0200
commitbf8545d2ea4db9577d47d3cc0f4e9177f4d9b383 (patch)
tree7b5456ada91f81ae9f1aa2c53b8a8d18f9271332
parent9a90904829a86b3bf2cf4a59f6f9a510d977846f (diff)
downloadslackbuilds-bf8545d2ea4db9577d47d3cc0f4e9177f4d9b383.tar.gz
office/texstudio: Updated for version 2.12.8
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
-rw-r--r--office/texstudio/texstudio.SlackBuild8
-rw-r--r--office/texstudio/texstudio.info6
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=""