aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPeter Eisentraut2013-10-10 09:25:09 -0400
committerMike McQuaid2013-10-10 14:41:04 +0100
commit89b2d0878c61c1cedccc134e65f0daa6c81edbba (patch)
tree066f5328c6c1f80e9a3e14fbb98d5aaf96f0595a /Library
parenta54fb845653de110631c51b550b51d41ee2e94e3 (diff)
downloadhomebrew-89b2d0878c61c1cedccc134e65f0daa6c81edbba.tar.bz2
postgresql 9.3.1
Closes #23176. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-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 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'