postgresql 9.1.4
Closes Homebrew/homebrew#12644. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
5af452cf10
commit
9d469e4f93
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Postgresql < Formula
|
||||
homepage 'http://www.postgresql.org/'
|
||||
url 'http://ftp.postgresql.org/pub/source/v9.1.3/postgresql-9.1.3.tar.bz2'
|
||||
md5 '641e1915f7ebfdc9f138e4c55b6aec0e'
|
||||
url 'http://ftp.postgresql.org/pub/source/v9.1.4/postgresql-9.1.4.tar.bz2'
|
||||
md5 'a8035688dba988b782725ac1aec60186'
|
||||
|
||||
depends_on 'readline'
|
||||
depends_on 'libxml2' if MacOS.leopard? # Leopard libxml is too old
|
||||
|
|
Loading…
Reference in a new issue