diff options
| author | Kashif Rasul | 2012-12-07 11:22:18 +0100 |
|---|---|---|
| committer | Jack Nagel | 2012-12-08 13:49:14 -0600 |
| commit | ce4c77c4a165b65a0625e780e385085422e17fac (patch) | |
| tree | 098a931d5816c71779951bd8ccaca43b83fadf04 | |
| parent | 4f8b91fb0413ddcb662b3c0c6e9677150c5e1289 (diff) | |
| download | homebrew-ce4c77c4a165b65a0625e780e385085422e17fac.tar.bz2 | |
postgresql 9.2.2
Closes #16455.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/postgresql.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 2b1b37a32..b50814d93 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.1/postgresql-9.2.1.tar.bz2' - sha1 'cea9601b3acd1484fd98441b49a15ea1c42057ec' + url 'http://ftp.postgresql.org/pub/source/v9.2.2/postgresql-9.2.2.tar.bz2' + sha1 'edadf238bcf51bd6e92dfe2f8afb3665510297a6' depends_on 'readline' depends_on 'libxml2' if MacOS.version == :leopard # Leopard libxml is too old |
