diff options
| author | BrewTestBot | 2014-12-27 19:14:50 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-27 20:12:00 +0000 | 
| commit | fef2bd5d39bf7e52b2f6b9acd5015695337e10ff (patch) | |
| tree | c758e282e1020214de6e8d9cdc6736a675f65118 | |
| parent | 41ad0f8c5d8c2b00e5db3331051891414fecc282 (diff) | |
| download | homebrew-fef2bd5d39bf7e52b2f6b9acd5015695337e10ff.tar.bz2 | |
weechat: update 1.0.1 bottle.
| -rw-r--r-- | Library/Formula/weechat.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/weechat.rb b/Library/Formula/weechat.rb index 42574b057..7a400ec87 100644 --- a/Library/Formula/weechat.rb +++ b/Library/Formula/weechat.rb @@ -12,9 +12,10 @@ class Weechat < Formula    head "https://github.com/weechat/weechat.git"    bottle do -    sha1 "d7112142ed11d2a1a55b367e01e0200b5ba0cae6" => :mavericks -    sha1 "39d482d54d391ce27a0aff4de22b5a122ab27275" => :mountain_lion -    sha1 "8cfbd8d53a85b88138bff6c4545efa955fa30c26" => :lion +    revision 1 +    sha1 "e5cbebaca9b73342b07bf8302eb78157a8929660" => :yosemite +    sha1 "36a7f4ac899bd4aec97a6cdba9c769bc1b0815c8" => :mavericks +    sha1 "a76c212cf886cef42113bef355936ac58ff3084a" => :mountain_lion    end    option "with-perl", "Build the perl module" | 
