mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
office/texstudio: Updated for version 4.0.2
Signed-off-by: Gustavo Brondani Schenkel <gustavo.schenkel@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
503cf27d68
commit
941b55743e
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=texstudio
|
||||
VERSION=${VERSION:-3.1.2}
|
||||
VERSION=${VERSION:-4.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="texstudio"
|
||||
VERSION="3.1.2"
|
||||
VERSION="4.0.2"
|
||||
HOMEPAGE="http://texstudio.sourceforge.net/"
|
||||
DOWNLOAD="https://github.com/texstudio-org/texstudio/archive/3.1.2/texstudio-3.1.2.tar.gz"
|
||||
MD5SUM="7c6ed979ea5528f87122fdb0720942fe"
|
||||
DOWNLOAD="https://github.com/texstudio-org/texstudio/archive/4.0.2/texstudio-4.0.2.tar.gz"
|
||||
MD5SUM="a9b7970ec883a5ec5b53f05c55237280"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue