aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorPete Deffendol2012-09-24 06:59:34 -0600
committerAdam Vandenberg2012-09-24 08:34:34 -0700
commited92469298001a162fc5d98bbf56c4a67abee596 (patch)
tree023387c30dc4ab1237499d346eca7c59aa99df37 /Library/Formula/postgresql.rb
parent33b53adc2c79f719d7e9ce1957f0185bab8bf0b4 (diff)
downloadhomebrew-ed92469298001a162fc5d98bbf56c4a67abee596.tar.bz2
PostgreSQL 9.2.1
Closes #15079. 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 78dc70d00..dfe9e9561 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.0/postgresql-9.2.0.tar.bz2'
- sha1 '6ab154052dd62bb9b0cf2cd666384f7b25eefaf5'
+ url 'http://ftp.postgresql.org/pub/source/v9.2.1/postgresql-9.2.1.tar.bz2'
+ sha1 'cea9601b3acd1484fd98441b49a15ea1c42057ec'
depends_on 'readline'
depends_on 'libxml2' if MacOS.version == :leopard # Leopard libxml is too old