perl/perl-DBD-Pg: Updated for version 3.18.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Kevin Bryant 2023-12-08 00:37:26 +07:00 committed by Willy Sudiarto Raharjo
parent c9196ed706
commit 257583e07b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-DBD-Pg
VERSION=${VERSION:-3.17.0}
VERSION=${VERSION:-3.18.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="perl-DBD-Pg"
VERSION="3.17.0"
VERSION="3.18.0"
HOMEPAGE="https://metacpan.org/pod/DBD::Pg"
DOWNLOAD="https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-3.17.0.tar.gz"
MD5SUM="8bb084d267f6f5e7c1bfabf1717eee34"
DOWNLOAD="https://cpan.metacpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-3.18.0.tar.gz"
MD5SUM="f58e5f6cbcc94e599afa08224f4e1dd2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"