diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2023-11-13 08:11:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-14 10:06:47 +0700 |
commit | 8011d6df2ba0460b51237d5b134ac0cebbb5712c (patch) | |
tree | acfbc6466372582e393c40cd462b19b273ee1a90 /development | |
parent | aa79f56d71a0f4047c2a3f563a10d6320805cd7c (diff) |
development/vstudio: Updated for version 13.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/vstudio/vstudio.SlackBuild | 2 | ||||
-rw-r--r-- | development/vstudio/vstudio.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/vstudio/vstudio.SlackBuild b/development/vstudio/vstudio.SlackBuild index 85d7d4df151e0..dbe47ec6113dc 100644 --- a/development/vstudio/vstudio.SlackBuild +++ b/development/vstudio/vstudio.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=vstudio -VERSION=${VERSION:-13.5} +VERSION=${VERSION:-13.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/vstudio/vstudio.info b/development/vstudio/vstudio.info index b0f628f4978be..3eaa532d33b70 100644 --- a/development/vstudio/vstudio.info +++ b/development/vstudio/vstudio.info @@ -1,10 +1,10 @@ PRGNAM="vstudio" -VERSION="13.5" +VERSION="13.5.1" HOMEPAGE="http://www.valentina-db.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="http://valentina-db.com/download/prev_releases/13.5/lin_64/vstudio_x64_13_lin.deb" -MD5SUM_x86_64="6d0af687e827cc54a357188a2fadddc7" +DOWNLOAD_x86_64="http://valentina-db.com/download/prev_releases/13.5.1/lin_64/vstudio_x64_13_lin.deb" +MD5SUM_x86_64="bdc8870beeb2db7c9d7559452103d5ad" REQUIRES="" MAINTAINER="Antonio Leal" EMAIL="antonioleal@yahoo.com" |