diff options
| author | BrewTestBot | 2014-08-25 11:54:15 +0100 | 
|---|---|---|
| committer | BrewTestBot | 2014-08-25 11:54:15 +0100 | 
| commit | 504c104f1b0d1ed901736e46df1068ee1d0d73f1 (patch) | |
| tree | a0355725591b1aa76bcdbeb18ec1cd3564307acf /Library/Formula/postgres-xc.rb | |
| parent | 370405945de272b737c31544c6191dffe3543b66 (diff) | |
| download | homebrew-504c104f1b0d1ed901736e46df1068ee1d0d73f1.tar.bz2 | |
postgres-xc: update 1.0.3_1 bottle.
Diffstat (limited to 'Library/Formula/postgres-xc.rb')
| -rw-r--r-- | Library/Formula/postgres-xc.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/postgres-xc.rb b/Library/Formula/postgres-xc.rb index 32df3ceb5..73b1c3001 100644 --- a/Library/Formula/postgres-xc.rb +++ b/Library/Formula/postgres-xc.rb @@ -7,9 +7,10 @@ class PostgresXc < Formula    revision 1    bottle do -    sha1 "f1e00022508b73cd5880c0ee1b4ca1523a316789" => :mavericks -    sha1 "5943ccbde84db25836557e4077b42fbfd7769804" => :mountain_lion -    sha1 "5310645f21084a9890c031760d4f9251a3e508aa" => :lion +    revision 1 +    sha1 "21bd6d6b471211de5ac391200055ed3637c40c25" => :mavericks +    sha1 "3eb982b371f865a2f9738d211486467a414bec9c" => :mountain_lion +    sha1 "ad1057744dfba12797cd1ecffadcd42dd17b6093" => :lion    end    depends_on :arch => :x86_64 | 
