diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2023-03-01 13:13:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 07:16:37 +0700 |
commit | c3e47fc5ffe3d69256673e993019fac62247aeff (patch) | |
tree | 475045d28666593068cd9543a6b36fe8b422bbac /development | |
parent | 2bbafdbe0a4f908c091dfbdb0f606ab869c09bfa (diff) |
development/vstudio: Updated for version 13.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/vstudio/vstudio.SlackBuild | 6 | ||||
-rw-r--r-- | development/vstudio/vstudio.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/vstudio/vstudio.SlackBuild b/development/vstudio/vstudio.SlackBuild index 25f427645829f..5bf1ec0e83899 100644 --- a/development/vstudio/vstudio.SlackBuild +++ b/development/vstudio/vstudio.SlackBuild @@ -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 diff --git a/development/vstudio/vstudio.info b/development/vstudio/vstudio.info index 0900efc0a7a92..38efe743aad6f 100644 --- a/development/vstudio/vstudio.info +++ b/development/vstudio/vstudio.info @@ -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" |