development/vstudio: Updated for version 13.0.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Antonio Leal 2023-03-01 13:13:57 +07:00 committed by Willy Sudiarto Raharjo
parent 2bbafdbe0a
commit c3e47fc5ff
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for vstudio
# Copyright 2015 Antonio Leal, Lisbon, Portugal
# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,13 +25,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=vstudio
VERSION=${VERSION:-12.1}
VERSION=${VERSION:-13.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
case "$( uname -m )" in
x86_64) ARCH=x86_64 ; BASENAME=${BASENAME:-vstudio_x64_12_lin} ;;
x86_64) ARCH=x86_64 ; BASENAME=${BASENAME:-vstudio_x64_13_lin} ;;
*) echo "Package for $(uname -m) architecture is not available." ; exit 1 ;;
esac

View file

@ -1,10 +1,10 @@
PRGNAM="vstudio"
VERSION="12.1"
VERSION="13.0.2"
HOMEPAGE="http://www.valentina-db.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="http://valentina-db.com/download/prev_releases/12.1/lin_64/vstudio_x64_12_lin.deb"
MD5SUM_x86_64="9f90873b291f30e179e3e0043f26a09b"
DOWNLOAD_x86_64="http://valentina-db.com/download/prev_releases/13.0.2/lin_64/vstudio_x64_13_lin.deb"
MD5SUM_x86_64="9f25951947fe47267d0239366dbcad4f"
REQUIRES=""
MAINTAINER="Antonio Leal"
EMAIL="antonioleal@yahoo.com"