diff options
| author | BrewTestBot | 2014-06-11 06:53:24 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-11 08:05:26 +0100 |
| commit | 39630a17b741de3c0e65d2b3c0ba8ac8a57b704b (patch) | |
| tree | a1d985e8c765475d88a3af9ff01fb12b88f525bf /Library/Formula | |
| parent | 630320fb2a08416048cb93dcacc75d6c803d1a2d (diff) | |
| download | homebrew-39630a17b741de3c0e65d2b3c0ba8ac8a57b704b.tar.bz2 | |
irssi: add 0.8.16 bottle.
Closes #30048.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/irssi.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/irssi.rb b/Library/Formula/irssi.rb index 67fe1a609..62746e782 100644 --- a/Library/Formula/irssi.rb +++ b/Library/Formula/irssi.rb @@ -5,6 +5,12 @@ class Irssi < Formula url 'http://irssi.org/files/irssi-0.8.16.tar.bz2' sha1 '631dd70b6d3872c5f81c1a46a6872fef5bd65ffb' + bottle do + sha1 "17f3a8f117308e65c5de44e977dbc083858c44f4" => :mavericks + sha1 "dfbc2f405189d536264342d72737ef272d0da360" => :mountain_lion + sha1 "529bf17edbb6bf5bcd200ed8a84d9190c9a244b3" => :lion + end + option "without-perl", "Build without perl support" depends_on 'pkg-config' => :build |
