mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/vstudio: Updated for version 12.0.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0b2ba105fd
commit
ebb7d4ef35
3 changed files with 5 additions and 3 deletions
|
@ -14,3 +14,5 @@ MySQL, Postgre and SQLite with help of the following tools:
|
|||
data.
|
||||
|
||||
Note: You need to request a free license to use this software
|
||||
also, the debian package file is unversioned so MD5SUM and VERSION
|
||||
might change unexpectly.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=vstudio
|
||||
VERSION=${VERSION:-10}
|
||||
VERSION=${VERSION:-12.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="vstudio"
|
||||
VERSION="10"
|
||||
VERSION="12.0.2"
|
||||
HOMEPAGE="http://www.valentina-db.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://www.valentina-db.com/en/all-downloads/vstudio/current/vstudio_x64_lin-deb"
|
||||
MD5SUM_x86_64="9d5f32bd987d3f154f735e4ec6763917"
|
||||
MD5SUM_x86_64="ebab659c58240dcef7bc9856eb0a8192"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Antonio Leal"
|
||||
EMAIL="antonioleal@yahoo.com"
|
||||
|
|
Loading…
Reference in a new issue