aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorEalden Esto E. Escanan2012-09-03 18:57:51 +0800
committerAdam Vandenberg2012-09-03 08:28:38 -0700
commit1c8c93633f446ef0ddff553d5081cd0548c91687 (patch)
treebbfdf40a8a4f6c54e753336f1e71acc6cdf30f0b /Library
parente7edfa1e4e64b9aefc3ca519424e86d2a098cd08 (diff)
downloadhomebrew-1c8c93633f446ef0ddff553d5081cd0548c91687.tar.bz2
PostgreSQL 9.1.5
Closes #14662. Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com> Closes #14662. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/postgresql.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 34eebefa2..91603b2d1 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -2,8 +2,8 @@ require 'formula'
class Postgresql < Formula
homepage 'http://www.postgresql.org/'
- url 'http://ftp.postgresql.org/pub/source/v9.1.4/postgresql-9.1.4.tar.bz2'
- md5 'a8035688dba988b782725ac1aec60186'
+ url 'http://ftp.postgresql.org/pub/source/v9.1.5/postgresql-9.1.5.tar.bz2'
+ sha1 '8411f39e7cff8d691d908de7823b72426433faa2'
depends_on 'readline'
depends_on 'libxml2' if MacOS.leopard? # Leopard libxml is too old