From 89b2d0878c61c1cedccc134e65f0daa6c81edbba Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 10 Oct 2013 09:25:09 -0400 Subject: postgresql 9.3.1 Closes #23176. Signed-off-by: Mike McQuaid --- Library/Formula/postgresql.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 8da6e7bce..791b87257 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.3.0/postgresql-9.3.0.tar.bz2' - sha256 '784e5db7d8fd69b08ddb125c4452211e04b089516359a5cf72d292cade7c728e' + url 'http://ftp.postgresql.org/pub/source/v9.3.1/postgresql-9.3.1.tar.bz2' + sha256 '8ea4a7a92a6f5a79359b02e683ace335c5eb45dffe7f8a681a9ce82470a8a0b8' option '32-bit' option 'no-perl', 'Build without Perl support' -- cgit v1.2.3