development/vstudio: Updated for version 8.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Antonio Leal 2018-04-22 14:21:31 +01:00 committed by Willy Sudiarto Raharjo
parent f6da4ff577
commit 7992bb2bf4
2 changed files with 8 additions and 8 deletions

View file

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=vstudio
VERSION=${VERSION:-7.5.7}
VERSION=${VERSION:-8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
case "$( uname -m )" in
i?86) ARCH=i586 ; BASENAME=${BASENAME:-vstudio_7_lin} ;;
x86_64) ARCH=x86_64 ; BASENAME=${BASENAME:-vstudio_x64_7_lin} ;;
i?86) ARCH=i586 ; BASENAME=${BASENAME:-vstudio_8_lin} ;;
x86_64) ARCH=x86_64 ; BASENAME=${BASENAME:-vstudio_x64_8_lin} ;;
*) echo "Package for $(uname -m) architecture is not available." ; exit 1 ;;
esac

View file

@ -1,10 +1,10 @@
PRGNAM="vstudio"
VERSION="7.5.7"
VERSION="8.2"
HOMEPAGE="http://www.valentina-db.com/"
DOWNLOAD="http://valentina-db.com/download/prev_releases/7.5.7/lin_32/vstudio_7_lin.deb"
MD5SUM="2a9047a2bd36b4c557d66459c127f604"
DOWNLOAD_x86_64="http://valentina-db.com/download/prev_releases/7.5.7/lin_64/vstudio_x64_7_lin.deb"
MD5SUM_x86_64="1eabc1e9c8d499ae525b406fe4c32586"
DOWNLOAD="http://valentina-db.com/download/prev_releases/8.2/lin_32/vstudio_8_lin.deb"
MD5SUM="6dfbd1d4c2b328e9c7375c00143b9eb8"
DOWNLOAD_x86_64="http://valentina-db.com/download/prev_releases/8.2/lin_64/vstudio_x64_8_lin.deb"
MD5SUM_x86_64="36b3d73d7d0fe79d9cb680a03c27e965"
REQUIRES=""
MAINTAINER="Antonio Leal"
EMAIL="antonioleal@yahoo.com"