PostgreSQL 9.1.5

Closes Homebrew/homebrew#14662.

Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
Closes Homebrew/homebrew#14662.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Ealden Esto E. Escanan 2012-09-03 18:57:51 +08:00 committed by Adam Vandenberg
parent efc5d97a00
commit f783a32620
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Postgresql < Formula
homepage 'http://www.postgresql.org/'
url 'http://ftp.postgresql.org/pub/source/v9.1.4/postgresql-9.1.4.tar.bz2'
md5 'a8035688dba988b782725ac1aec60186'
url 'http://ftp.postgresql.org/pub/source/v9.1.5/postgresql-9.1.5.tar.bz2'
sha1 '8411f39e7cff8d691d908de7823b72426433faa2'
depends_on 'readline'
depends_on 'libxml2' if MacOS.leopard? # Leopard libxml is too old