mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
office/texstudio: Update md5sum for new tarball
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
65131f01e2
commit
6e3bd1b1c8
2 changed files with 3 additions and 3 deletions
|
@ -59,9 +59,9 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf ${PRGNAM}${VERSION}
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd ${PRGNAM}${VERSION}
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
|
|
|
@ -2,7 +2,7 @@ PRGNAM="texstudio"
|
||||||
VERSION="2.12.6"
|
VERSION="2.12.6"
|
||||||
HOMEPAGE="http://texstudio.sourceforge.net/"
|
HOMEPAGE="http://texstudio.sourceforge.net/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/texstudio/texstudio-2.12.6.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/texstudio/texstudio-2.12.6.tar.gz"
|
||||||
MD5SUM="716441e2b47ac4b98951d94400275511"
|
MD5SUM="77e888ae0e909c3768b1632748816302"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue