diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-06 20:34:02 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 08:45:30 +0700 |
commit | 967317d2e4d9f8d4230fabcc99a20d4bc4b89fd2 (patch) | |
tree | dab0d054477cc78182121c391de871b9e9277613 /development/vstudio | |
parent | 17c7d0e430eadaab2ea02d435b0f48977961eba9 (diff) | |
download | slackbuilds-967317d2e4d9f8d4230fabcc99a20d4bc4b89fd2.tar.gz |
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>
Diffstat (limited to 'development/vstudio')
-rw-r--r-- | development/vstudio/vstudio.SlackBuild | 4 | ||||
-rw-r--r-- | development/vstudio/vstudio.info | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/vstudio/vstudio.SlackBuild b/development/vstudio/vstudio.SlackBuild index 161222f6ab..4d0251669c 100644 --- a/development/vstudio/vstudio.SlackBuild +++ b/development/vstudio/vstudio.SlackBuild @@ -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 diff --git a/development/vstudio/vstudio.info b/development/vstudio/vstudio.info index f11770a058..d7fa316553 100644 --- a/development/vstudio/vstudio.info +++ b/development/vstudio/vstudio.info @@ -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" |