aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorKashif Rasul2013-02-07 17:06:21 +0100
committerAdam Vandenberg2013-02-07 16:16:24 -0800
commitc80b37c5f9aa044ee328fdc03dbf160f8e5d55ee (patch)
tree6d5e7e345430c3dd5e30ea02f9539c9aaa62fe12 /Library/Formula/postgresql.rb
parent31f2a4b8903a81744de9693bfdf111cba6bd23b9 (diff)
downloadhomebrew-c80b37c5f9aa044ee328fdc03dbf160f8e5d55ee.tar.bz2
postgresql 9.2.3
Closes #17663. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/postgresql.rb')
-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 ba0761721..6a28630bf 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.2.2/postgresql-9.2.2.tar.bz2'
- sha1 'edadf238bcf51bd6e92dfe2f8afb3665510297a6'
+ url 'http://ftp.postgresql.org/pub/source/v9.2.3/postgresql-9.2.3.tar.bz2'
+ sha1 'fe46685c36f6a7a04edd67be5695b4f5acebedff'
depends_on 'readline'
depends_on 'libxml2' if MacOS.version == :leopard # Leopard libxml is too old