diff options
| author | BrewTestBot | 2014-06-09 13:47:29 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-09 16:08:30 +0100 |
| commit | 3cd3c3745f33cfb7b7fc11952dc7465f414fd749 (patch) | |
| tree | 5f7d188346c9ce9f60fc5796e0c67c9ab25b1103 | |
| parent | 2739cd833838aab7720dba2056862b5128288b72 (diff) | |
| download | homebrew-3cd3c3745f33cfb7b7fc11952dc7465f414fd749.tar.bz2 | |
gnu-sed: add 4.2.2 bottle.
| -rw-r--r-- | Library/Formula/gnu-sed.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/gnu-sed.rb b/Library/Formula/gnu-sed.rb index ec7cde157..952ca167c 100644 --- a/Library/Formula/gnu-sed.rb +++ b/Library/Formula/gnu-sed.rb @@ -6,6 +6,13 @@ class GnuSed < Formula mirror 'http://ftp.gnu.org/gnu/sed/sed-4.2.2.tar.bz2' sha1 'f17ab6b1a7bcb2ad4ed125ef78948092d070de8f' + bottle do + cellar :any + sha1 "4e97d284b3429838d296928a70bb700e38c33453" => :mavericks + sha1 "11a59857a6a4e87059a8c52aeaabfb3283be2113" => :mountain_lion + sha1 "a60cef42f2169074f1377fdf59dad5b652216d2c" => :lion + end + option 'default-names', "Do not prepend 'g' to the binary" def install |
