From b0ff02b6b76352d3f3ad6d1fc0b0f7c1ffd01995 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 16 Apr 2012 19:02:20 -0700 Subject: Recode: update download --- Library/Formula/recode.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library/Formula/recode.rb') 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 -- cgit v1.2.3