diff options
author | Adis Nezirovic <adis_at_linux.org.ba> | 2012-06-30 12:12:47 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-30 12:12:47 -0400 |
commit | ed1bbcd278f2b5c19f55d043af0111b075083ffe (patch) | |
tree | 9b9a5e5dc5128a0e49108b6c44635368c4d9be94 /system/postgresql | |
parent | ab032c6f53ac3aa0ecf1975dd3a2f673174accc5 (diff) | |
download | slackbuilds-ed1bbcd278f2b5c19f55d043af0111b075083ffe.tar.gz |
system/postgresql: Updated for version 9.1.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/postgresql')
-rw-r--r-- | system/postgresql/postgresql.SlackBuild | 2 | ||||
-rw-r--r-- | system/postgresql/postgresql.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/postgresql/postgresql.SlackBuild b/system/postgresql/postgresql.SlackBuild index 1f0967d18b..9816ed5c21 100644 --- a/system/postgresql/postgresql.SlackBuild +++ b/system/postgresql/postgresql.SlackBuild @@ -10,7 +10,7 @@ # Modified by the SlackBuilds.org Project PRGNAM=postgresql -VERSION=${VERSION:-9.1.3} +VERSION=${VERSION:-9.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/postgresql/postgresql.info b/system/postgresql/postgresql.info index 1cce410c16..a3f192f762 100644 --- a/system/postgresql/postgresql.info +++ b/system/postgresql/postgresql.info @@ -1,10 +1,10 @@ PRGNAM="postgresql" -VERSION="9.1.3" +VERSION="9.1.4" HOMEPAGE="http://www.postgresql.org" -DOWNLOAD="ftp://ftp.postgresql.org/pub/source/v9.1.3/postgresql-9.1.3.tar.bz2" -MD5SUM="641e1915f7ebfdc9f138e4c55b6aec0e" +DOWNLOAD="ftp://ftp.postgresql.org/pub/source/v9.1.4/postgresql-9.1.4.tar.bz2" +MD5SUM="a8035688dba988b782725ac1aec60186" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Adis Nezirovic" EMAIL="adis_at_linux.org.ba" -APPROVED="rworkman" +APPROVED="dsomero" |