diff options
Diffstat (limited to 'Library/Formula')
| -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 |
