[Lunar-commits] <moonbase-other> postgresql: version bumped to 9.4.0.
Florin Braescu
florin at lunar-linux.org
Tue Dec 23 08:53:25 CET 2014
commit 06a313b6a4af174255a1f17aec4ae612b9dcb8e5
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue, 23 Dec 2014 09:53:06 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/06a313b6a4af174255a1f17aec4ae612b9dcb8e5
postgresql: version bumped to 9.4.0.
---
sql/postgresql/DETAILS | +3/-3
sql/postgresql/POST_INSTALL | +1/-1
2 files changed, 4 insertions(+), 4 deletions(-)
--- a/sql/postgresql/DETAILS
+++ b/sql/postgresql/DETAILS
@@ -1,14 +1,14 @@
MODULE=postgresql
- VERSION=9.3.5
+ VERSION=9.4.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=ftp://ftp.postgresql.org/pub/source/v${VERSION}
SOURCE_URL[1]=ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/source/v${VERSION}
SOURCE_URL[2]=ftp://ftp.nl.postgresql.org/pub/mirrors/postgresql/source/v${VERSION}
SOURCE_URL[3]=ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v${VERSION}
- SOURCE_VFY=sha1:e011da16cb8a99c5ce6204898ddb898a8b3fbca4
+ SOURCE_VFY=sha256:7a35c3cb77532f7b15702e474d7ef02f0f419527ee80a4ca6036fffb551625a5
WEB_SITE=http://www.postgresql.org/
ENTERED=20011113
- UPDATED=20140724
+ UPDATED=20141220
SHORT="A sophisticated Object-Relational DBMS"
cat << EOF
--- a/sql/postgresql/POST_INSTALL
+++ b/sql/postgresql/POST_INSTALL
@@ -10,7 +10,7 @@ if [ ! -d $PGROOT ]; then
fi
# Done with database init.
-for mod in DBD-Pg php php5 php5-suhosin; do
+for mod in DBD-Pg php5 php5-suhosin; do
if module_installed $mod; then
lin -c $mod
fi
More information about the Lunar-commits
mailing list