development/vstudio: Updated for version 12.0.4..
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
17c7d0e430
commit
967317d2e4
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=vstudio
|
||||
VERSION=${VERSION:-12.0.2}
|
||||
VERSION=${VERSION:-12.0.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -51,7 +51,7 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $PKG
|
||||
if [ -e $BASENAME.deb ]; then
|
||||
if [ -e $CWD/$BASENAME.deb ]; then
|
||||
ar p $CWD/$BASENAME.deb data.tar.xz | tar xvJ
|
||||
else
|
||||
ar p $CWD/vstudio_x64_lin-deb data.tar.xz | tar xvJ
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="vstudio"
|
||||
VERSION="12.0.2"
|
||||
VERSION="12.0.4"
|
||||
HOMEPAGE="http://www.valentina-db.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://www.valentina-db.com/en/all-downloads/vstudio/current/vstudio_x64_lin-deb"
|
||||
MD5SUM_x86_64="ebab659c58240dcef7bc9856eb0a8192"
|
||||
MD5SUM_x86_64="721a68ba51c0cc1219548ccf477b140a"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Antonio Leal"
|
||||
EMAIL="antonioleal@yahoo.com"
|
||||
|
|
Loading…
Reference in New Issue