diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2023-12-12 11:21:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-13 01:48:21 +0700 |
commit | d48111ab4a8cb2d3ff6771f563c5b8e56c29cb0d (patch) | |
tree | a8ca89e01acc3c24a2f99e91134d54611837a1a6 | |
parent | acc33e7fdc368dcbaa10f19c3653efffa84f14e2 (diff) |
development/vstudio: Updated for version 13.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 3acb8d3ae4db..e81e3ab674e4 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.6} +VERSION=${VERSION:-13.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/vstudio/vstudio.info b/development/vstudio/vstudio.info index 2b31c8656d0d..b40d28622b26 100644 --- a/development/vstudio/vstudio.info +++ b/development/vstudio/vstudio.info @@ -1,10 +1,10 @@ PRGNAM="vstudio" -VERSION="13.6" +VERSION="13.6.1" HOMEPAGE="http://www.valentina-db.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="http://valentina-db.com/download/prev_releases/13.6/lin_64/vstudio_x64_13_lin.deb" -MD5SUM_x86_64="7d0ea6c3af8aba1d1464b6f49a4f4752" +DOWNLOAD_x86_64="http://valentina-db.com/download/prev_releases/13.6.1/lin_64/vstudio_x64_13_lin.deb" +MD5SUM_x86_64="b5d6a7a18b652396c65fa523eee50fcb" REQUIRES="" MAINTAINER="Antonio Leal" EMAIL="antonioleal@yahoo.com" |