diff options
| author | BrewTestBot | 2015-04-05 19:39:37 +0100 |
|---|---|---|
| committer | Xu Cheng | 2015-04-06 17:33:59 +0800 |
| commit | 2f41abc672b7b1d8635924bf301b1061c6d85068 (patch) | |
| tree | c2b8b66276c06f3744345adc44e023bc0d56b497 /Library/Formula | |
| parent | 24370eab18457c6a32d3d5dfcbf6ce4f0a8317ef (diff) | |
| download | homebrew-2f41abc672b7b1d8635924bf301b1061c6d85068.tar.bz2 | |
ssed: add 3.62 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ssed.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/ssed.rb b/Library/Formula/ssed.rb index c0b1e4acb..999f6d72c 100644 --- a/Library/Formula/ssed.rb +++ b/Library/Formula/ssed.rb @@ -3,6 +3,12 @@ class Ssed < Formula url "http://sed.sourceforge.net/grabbag/ssed/sed-3.62.tar.gz" sha256 "af7ff67e052efabf3fd07d967161c39db0480adc7c01f5100a1996fec60b8ec4" + bottle do + sha256 "7e313ca41f3a8e37bc91ab4a9d8c7acbf508cd7a89ac605df7cee3adcf108510" => :yosemite + sha256 "448b2fdfee6f84c3d72fdf29d5ccd042027a9850ea16d75b5f4ee576d8cbadcc" => :mavericks + sha256 "793435451341ea1e475bde0d46745ba233df28c5ed4bd86f7761a2fad3568fba" => :mountain_lion + end + conflicts_with "gnu-sed", :because => "both install share/info/sed.info" def install |
