mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-DBD-Pg: Updated for version 3.18.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c9196ed706
commit
257583e07b
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue