aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-02-21 10:33:57 +0000
committerMike McQuaid2014-02-21 11:27:58 +0000
commitf66ec6531deaaa44f1248c96fcd73285a93627bd (patch)
treefdb464b05f3730637d467beee56915c2ac1da6a7 /Library/Formula/postgresql.rb
parenta0d273961cacfc55b5bb349fd52deb671316adf7 (diff)
downloadhomebrew-f66ec6531deaaa44f1248c96fcd73285a93627bd.tar.bz2
postgresql: add 9.3.3 bottle.
Closes #26882. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 4a79b4abd..fc0a2e92b 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -5,6 +5,12 @@ class Postgresql < Formula
url 'http://ftp.postgresql.org/pub/source/v9.3.3/postgresql-9.3.3.tar.bz2'
sha256 'e925d8abe7157bd8bece6b7c0dd0c343d87a2b4336f85f4681ce596af99c3879'
+ bottle do
+ sha1 "299a72eac118abd9847379f2a247ed663e97cc64" => :mavericks
+ sha1 "6799c9ae3ae1f954e1b6c8b06818e2168ca2efe2" => :mountain_lion
+ sha1 "f44a9cf2fe073a8cce40bc8c2a8618553d826ac8" => :lion
+ end
+
option '32-bit'
option 'no-perl', 'Build without Perl support'
option 'no-tcl', 'Build without Tcl support'