mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
perl/perl-DBD-Pg: Updated for version 2.19.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
a5c7aca0ac
commit
54d8962a23
2 changed files with 4 additions and 6 deletions
|
@ -4,18 +4,16 @@
|
|||
# Written by Joey Trungale <joey@trungale.net>
|
||||
|
||||
PRGNAM=perl-DBD-Pg
|
||||
VERSION=${VERSION:-2.16.0}
|
||||
VERSION=${VERSION:-2.19.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRC_PRGNAM=DBD-Pg
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-DBD-Pg"
|
||||
VERSION="2.16.0"
|
||||
VERSION="2.19.3"
|
||||
HOMEPAGE="http://search.cpan.org/dist/DBD-Pg"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/T/TU/TURNSTEP/DBD-Pg-2.16.0.tar.gz"
|
||||
MD5SUM="13cbd73837fe856eca5d63cdd816f439"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/T/TU/TURNSTEP/DBD-Pg-2.19.3.tar.gz"
|
||||
MD5SUM="026ea19f89aee12051bce23d797e824b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="postgresql"
|
||||
|
|
Loading…
Reference in a new issue