diff options
| author | BrewTestBot | 2014-06-22 08:20:47 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-22 08:26:51 +0100 |
| commit | 3e832a4cdde1417f46e29ee788b71360fecf4c45 (patch) | |
| tree | 74c29cf66757704f3b53fb682c4146841a6995f0 /Library | |
| parent | dc2b33c2c8d3466140e7f05fb8d60d799e971af2 (diff) | |
| download | homebrew-3e832a4cdde1417f46e29ee788b71360fecf4c45.tar.bz2 | |
ii: add 1.7 bottle.
Closes #30359.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ii.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ii.rb b/Library/Formula/ii.rb index 796e2d531..9ac2aa9cc 100644 --- a/Library/Formula/ii.rb +++ b/Library/Formula/ii.rb @@ -5,6 +5,13 @@ class Ii < Formula url 'http://dl.suckless.org/tools/ii-1.7.tar.gz' sha1 '499f40b8d9cac6d2de0c27b1db087de6b819e279' + bottle do + cellar :any + sha1 "de99aa533e552f3d95d3139c0a933b5cdf2eb207" => :mavericks + sha1 "1a22188f373828e5738fcd1dfc981402384321df" => :mountain_lion + sha1 "9f66c3d6465cb6b2c20a913926398b84ba4d2bb2" => :lion + end + def install inreplace 'config.mk' do |s| s.gsub! '/usr/local', prefix |
