From 3b3e3daf9509ccf73570bf4e6c37a6dec31bc00d Mon Sep 17 00:00:00 2001 From: Jon Ege Ronnenberg Date: Sun, 12 May 2013 06:01:27 +0300 Subject: [PATCH] httrack: use stable download URL Closes Homebrew/homebrew#19742. Signed-off-by: Adam Vandenberg --- Formula/httrack.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Formula/httrack.rb b/Formula/httrack.rb index e487b761e6..8fa52e2420 100644 --- a/Formula/httrack.rb +++ b/Formula/httrack.rb @@ -2,7 +2,10 @@ require 'formula' class Httrack < Formula homepage 'http://www.httrack.com/' - url 'http://download.httrack.com/httrack-3.47.11.tar.gz' + # url: Always use mirror.httrack.com when you link to a new version + # of HTTrack, as link to download.httrack.com will break on next + # HTTrack update. + url 'http://mirror.httrack.com/historical/httrack-3.47.11.tar.gz' sha1 '237fca7a9c5c63b53c5d0134dac6e5714422384c' def install