aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dos2unix.rb
diff options
context:
space:
mode:
authorjiefoxi2014-04-11 19:14:15 +0800
committerAdam Vandenberg2014-04-12 08:22:15 -0700
commitfe391fd9118f2b6c0c95dca557d14dc2bbd9c9de (patch)
treeec6e41a3d10647224b4c8f70f2ab0d33c8cbfb09 /Library/Formula/dos2unix.rb
parent5ef45b755fe1c056e1d65b42c7e345ab970b491d (diff)
downloadhomebrew-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.rb5
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