development/pgmodeler: Updated for version 1.1.4.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Joielechong 2024-09-13 20:48:02 +09:00 committed by Willy Sudiarto Raharjo
parent 7d6037f90c
commit c22c55ccc6
No known key found for this signature in database
GPG key ID: 3F617144D7238786
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.1.3}
VERSION=${VERSION:-1.1.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="pgmodeler"
VERSION="1.1.3"
VERSION="1.1.4"
HOMEPAGE="https://pgmodeler.io/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/pgmodeler/pgmodeler/archive/v1.1.3/pgmodeler-1.1.3.tar.gz"
MD5SUM_x86_64="15f2bfafd3193673af22b46a105103fa"
DOWNLOAD_x86_64="https://github.com/pgmodeler/pgmodeler/archive/v1.1.4/pgmodeler-1.1.4.tar.gz"
MD5SUM_x86_64="265056c934b265992f34a16d6999c909"
REQUIRES="postgresql qt6"
MAINTAINER="Joielechong"
EMAIL="juansspy@gmail.com"