mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/pgmodeler: Updated for version 1.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1f6ca2d6b4
commit
78970038e2
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pgmodeler
|
||||
VERSION=${VERSION:-1.0.0}
|
||||
VERSION=${VERSION:-1.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pgmodeler"
|
||||
VERSION="1.0.0"
|
||||
VERSION="1.0.1"
|
||||
HOMEPAGE="https://pgmodeler.io/"
|
||||
DOWNLOAD="https://github.com/pgmodeler/pgmodeler/archive/v1.0.0/pgmodeler-1.0.0.tar.gz"
|
||||
MD5SUM="dde7b969c37dee43594b2f6f88341119"
|
||||
DOWNLOAD="https://github.com/pgmodeler/pgmodeler/archive/v1.0.1/pgmodeler-1.0.1.tar.gz"
|
||||
MD5SUM="f99d35de2ecd7b7bcee65726ba273879"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="postgresql"
|
||||
|
|
Loading…
Reference in a new issue