diff options
| author | jiefoxi | 2014-04-11 19:14:15 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-04-12 08:22:15 -0700 |
| commit | fe391fd9118f2b6c0c95dca557d14dc2bbd9c9de (patch) | |
| tree | ec6e41a3d10647224b4c8f70f2ab0d33c8cbfb09 /Library/Formula/dos2unix.rb | |
| parent | 5ef45b755fe1c056e1d65b42c7e345ab970b491d (diff) | |
| download | homebrew-fe391fd9118f2b6c0c95dca557d14dc2bbd9c9de.tar.bz2 | |
dos2unix: apply upstream language patch
Closes #28322.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/dos2unix.rb')
| -rw-r--r-- | Library/Formula/dos2unix.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/dos2unix.rb b/Library/Formula/dos2unix.rb index 70c7844c3..62b34985b 100644 --- a/Library/Formula/dos2unix.rb +++ b/Library/Formula/dos2unix.rb @@ -5,6 +5,11 @@ class Dos2unix < Formula url 'http://waterlan.home.xs4all.nl/dos2unix/dos2unix-6.0.4.tar.gz' sha1 '93d73148c09908a42dcbf5339312c9aa1f18ba7c' + patch do + url 'http://waterlan.home.xs4all.nl/dos2unix/dos2unix-pod-encoding.patch' + sha1 '01601899597dcb361ba0b499f537588145ec08a9' + end + depends_on 'gettext' devel do |
