diff options
| author | asaph | 2014-10-31 14:30:55 -0700 | 
|---|---|---|
| committer | Jack Nagel | 2014-10-31 16:44:44 -0500 | 
| commit | cc007d0ffcef488e98aa330a19442c8a52279644 (patch) | |
| tree | 12e0acd89ee4f3d75a66ce0e9ae4bcbd77a11fc5 /Library | |
| parent | 47cd60c318c2fab3780cc6b49a02d5168b6a6ef0 (diff) | |
| download | homebrew-cc007d0ffcef488e98aa330a19442c8a52279644.tar.bz2 | |
dos2unix 7.1
Closes #33786.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dos2unix.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/dos2unix.rb b/Library/Formula/dos2unix.rb index a6ec1abfd..edee14e49 100644 --- a/Library/Formula/dos2unix.rb +++ b/Library/Formula/dos2unix.rb @@ -2,9 +2,9 @@ require "formula"  class Dos2unix < Formula    homepage "http://waterlan.home.xs4all.nl/dos2unix.html" -  url "http://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.0.tar.gz" -  mirror "https://downloads.sourceforge.net/project/dos2unix/dos2unix/7.0.0/dos2unix-7.0.tar.gz" -  sha1 "a0c5d20b95f87556ddad226217cc9998c5a0bb70" +  url "http://waterlan.home.xs4all.nl/dos2unix/dos2unix-7.1.tar.gz" +  mirror "https://downloads.sourceforge.net/project/dos2unix/dos2unix/7.1/dos2unix-7.1.tar.gz" +  sha1 "f8247eda06aab93fbbe84b78fe6d14bd319f0fcd"    bottle do      sha1 "a616d74ea7f23a01f0cdc47a025eb3a258518ca1" => :mavericks  | 
