Skip to content
Snippets Groups Projects
Commit bdb9af63 authored by Glenn Johnson's avatar Glenn Johnson
Browse files

Add version 9.5.3 and add readline as a dependency.

parent 8ff7cbb9
No related branches found
No related tags found
No related merge requests found
...@@ -34,8 +34,10 @@ class Postgresql(Package): ...@@ -34,8 +34,10 @@ class Postgresql(Package):
url = "http://ftp.postgresql.org/pub/source/v9.3.4/postgresql-9.3.4.tar.bz2" url = "http://ftp.postgresql.org/pub/source/v9.3.4/postgresql-9.3.4.tar.bz2"
version('9.3.4', 'd0a41f54c377b2d2fab4a003b0dac762') version('9.3.4', 'd0a41f54c377b2d2fab4a003b0dac762')
version('9.5.3', '3f0c388566c688c82b01a0edf1e6b7a0')
depends_on("openssl") depends_on('openssl')
depends_on('readline')
def install(self, spec, prefix): def install(self, spec, prefix):
configure("--prefix=%s" % prefix, configure("--prefix=%s" % prefix,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment