diff options
| author | Adam Vandenberg | 2012-04-16 19:02:20 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-16 19:02:20 -0700 |
| commit | b0ff02b6b76352d3f3ad6d1fc0b0f7c1ffd01995 (patch) | |
| tree | 48176bfb57b280451e5bf52ee914439459a94594 /Library/Formula/recode.rb | |
| parent | 64511422141648fcdf81a6023588891863006b31 (diff) | |
| download | homebrew-b0ff02b6b76352d3f3ad6d1fc0b0f7c1ffd01995.tar.bz2 | |
Recode: update download
Diffstat (limited to 'Library/Formula/recode.rb')
| -rw-r--r-- | Library/Formula/recode.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/recode.rb b/Library/Formula/recode.rb index 3f01c7b26..1188312f7 100644 --- a/Library/Formula/recode.rb +++ b/Library/Formula/recode.rb @@ -1,16 +1,16 @@ require 'formula' class Recode < Formula - url 'http://recode.progiciels-bpi.ca/archives/recode-3.6.tar.gz' - homepage 'http://www.gnu.org/software/recode/' - md5 'be3f40ad2e93dae5cd5f628264bf1877' + homepage 'http://recode.progiciels-bpi.ca/index.html' + url 'https://github.com/pinard/Recode/tarball/v3.6' + md5 'f82e9a6ede9119268c13493c9add2809' depends_on "gettext" depends_on "libtool" if MacOS.xcode_version >= "4.3" + # Patches from MacPorts + # No reason for patch given, no link to patches given. Someone shoot that guy :P def patches - # Patches from MacPorts - # No reason for patch given, no link to patches given. Someone shoot that guy :P { :p0 => DATA } end |
