diff options
| author | Jack Nagel | 2014-09-02 16:47:34 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-02 16:47:34 -0500 |
| commit | 434def5bd1e3725c4ae00f10cc3ca5748c43b1cf (patch) | |
| tree | a716dd1552f36cc70ccc32f09b456e51343ff6d1 | |
| parent | 90d841a1b9aaaba8e08cee1f95c9562cca97f548 (diff) | |
| download | homebrew-434def5bd1e3725c4ae00f10cc3ca5748c43b1cf.tar.bz2 | |
dos2unix: add mirror
Closes #32052.
| -rw-r--r-- | Library/Formula/dos2unix.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/dos2unix.rb b/Library/Formula/dos2unix.rb index 004359f25..b323e1613 100644 --- a/Library/Formula/dos2unix.rb +++ b/Library/Formula/dos2unix.rb @@ -3,6 +3,7 @@ require "formula" class Dos2unix < Formula homepage "http://waterlan.home.xs4all.nl/dos2unix.html" url "http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.6.tar.gz" + mirror "https://downloads.sourceforge.net/project/dos2unix/dos2unix/6.0.6/dos2unix-6.0.6.tar.gz" sha1 "95db60b4483fc66d93f96fb810e3eccd58e22dbb" depends_on "gettext" |
