aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorRune Botten2009-10-25 19:25:03 +0100
committerMax Howell2009-11-07 18:22:36 +0000
commit0495cf564fa3b2d7fb00590bd973cb4c6ab5b051 (patch)
tree491c96667ba4e0f72144e7201865c8bdd52242c9 /Library/Formula/postgresql.rb
parent98984e1b6b68c25bbf34cba8fd49403941ce2bab (diff)
downloadhomebrew-0495cf564fa3b2d7fb00590bd973cb4c6ab5b051.tar.bz2
Update Postgresql formula to latest version, which handles some security issues
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index b46b9ae35..41acf605d 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -3,7 +3,7 @@ require 'formula'
class Postgresql <Formula
@homepage='http://www.postgresql.org/'
@url='http://wwwmaster.postgresql.org/download/mirrors-ftp/source/v8.4.1/postgresql-8.4.1.tar.bz2'
- @md5='1f172d5f60326e972837f58fa5acd130'
+ @md5='f2015af17bacbbfe140daf0d1067f9c9'
depends_on 'readline'