diff options
| author | BrewTestBot | 2015-01-11 10:58:05 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-11 10:58:43 +0000 | 
| commit | 50307474d700e0c50fa855e1622121fd577e913a (patch) | |
| tree | 345c6354b39a9590b6349a67a05a53f861d6f094 | |
| parent | dd39d8820646bb9e9f9142675246cb8e6522ab78 (diff) | |
| download | homebrew-50307474d700e0c50fa855e1622121fd577e913a.tar.bz2 | |
weechat: update 1.1 bottle.
| -rw-r--r-- | Library/Formula/weechat.rb | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/Library/Formula/weechat.rb b/Library/Formula/weechat.rb index 7511ed3ec..1aca43e02 100644 --- a/Library/Formula/weechat.rb +++ b/Library/Formula/weechat.rb @@ -6,10 +6,9 @@ class Weechat < Formula    head "https://github.com/weechat/weechat.git"    bottle do -    revision 1 -    sha1 "e5cbebaca9b73342b07bf8302eb78157a8929660" => :yosemite -    sha1 "36a7f4ac899bd4aec97a6cdba9c769bc1b0815c8" => :mavericks -    sha1 "a76c212cf886cef42113bef355936ac58ff3084a" => :mountain_lion +    sha1 "e36f032f19ec591c3d7864e2a95ca9afe3ba1771" => :yosemite +    sha1 "02d3c62b3ff86ac19b9c5ac0e972f63a5746a52e" => :mavericks +    sha1 "ec70b13654147081d8b8823bee45ee99542dd96c" => :mountain_lion    end    option "with-perl", "Build the perl module" | 
