diff options
| author | BrewTestBot | 2014-09-27 19:18:57 +0100 |
|---|---|---|
| committer | Brett Koonce | 2014-09-27 11:36:03 -0700 |
| commit | 4e9fa58f83026554450bd9585bb22890c6d430e3 (patch) | |
| tree | 430a8ba679a31c5c3ab1a3a2858252958db9ca9e | |
| parent | 0a234c7d6ace5861ff8e6c9ae5f054ee4cd04452 (diff) | |
| download | homebrew-4e9fa58f83026554450bd9585bb22890c6d430e3.tar.bz2 | |
dos2unix: add 7.0 bottle.
| -rw-r--r-- | Library/Formula/dos2unix.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/dos2unix.rb b/Library/Formula/dos2unix.rb index 5df8f1fb6..a6ec1abfd 100644 --- a/Library/Formula/dos2unix.rb +++ b/Library/Formula/dos2unix.rb @@ -6,6 +6,12 @@ class Dos2unix < Formula mirror "https://downloads.sourceforge.net/project/dos2unix/dos2unix/7.0.0/dos2unix-7.0.tar.gz" sha1 "a0c5d20b95f87556ddad226217cc9998c5a0bb70" + bottle do + sha1 "a616d74ea7f23a01f0cdc47a025eb3a258518ca1" => :mavericks + sha1 "2f977ec55907fdc5f707a24ad550d5f92853f482" => :mountain_lion + sha1 "a71748546f87f402ec70eb252c4c72a6812c4163" => :lion + end + depends_on "gettext" def install |
