aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-05-15 20:07:39 +0100
committerMike McQuaid2014-05-15 20:51:14 +0100
commit6c655d2673de729f670145a8336834dd39e8dd54 (patch)
tree8271217c46c4788db305c06a3850fcbd7f538e62
parent95c688cd826644f33f8ffe8c467f62337f5446d6 (diff)
downloadhomebrew-6c655d2673de729f670145a8336834dd39e8dd54.tar.bz2
postgres-xc: add 1.0.3 bottle.
-rw-r--r--Library/Formula/postgres-xc.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/postgres-xc.rb b/Library/Formula/postgres-xc.rb
index b48879beb..29b204ad5 100644
--- a/Library/Formula/postgres-xc.rb
+++ b/Library/Formula/postgres-xc.rb
@@ -5,6 +5,12 @@ class PostgresXc < Formula
url 'https://downloads.sourceforge.net/project/postgres-xc/Version_1.0/pgxc-v1.0.3.tar.gz'
sha1 '76774cf32810dfa14b2174f2e939d3b28eb211a9'
+ bottle do
+ sha1 "9996518f01b622e99d81e373584a79cff534c575" => :mavericks
+ sha1 "11dabc108585cb1468d7c5da64140522d42dd624" => :mountain_lion
+ sha1 "bae67562a1f7135faf534c3209ed887b73221bf5" => :lion
+ end
+
depends_on :arch => :x86_64
depends_on :python => :optional
depends_on 'openssl'