development/pgmodeler: Updated for version 1.0.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Joielechong 2023-02-22 10:26:56 +07:00 committed by Willy Sudiarto Raharjo
parent 1f6ca2d6b4
commit 78970038e2
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"