diff --git a/Formula/recode.rb b/Formula/recode.rb index 3f01c7b2632..1188312f727 100644 --- a/Formula/recode.rb +++ b/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