From 21406a49bfe780aa5caad5dad5b4a1e159f32726 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Wed, 11 Feb 2015 08:41:04 +0100 Subject: tth: versioned url added Closes #36725. Signed-off-by: Mike McQuaid --- Library/Formula/tth.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/tth.rb b/Library/Formula/tth.rb index b46cb1b22..498f491c0 100644 --- a/Library/Formula/tth.rb +++ b/Library/Formula/tth.rb @@ -1,9 +1,8 @@ class Tth < Formula homepage "http://hutchinson.belmont.ma.us/tth/" - # upstream has been asked to provide versioned links (Jan 12, 2015) - url "http://hutchinson.belmont.ma.us/tth/tth-noncom/tth_C.tgz" - sha1 "27b44970d93f1e1964c92ffa0fa964e6045bae37" - version "4.06" + url "http://hutchinson.belmont.ma.us/tth/tth_distribution/tth_4.06.tgz" + sha1 "ba3c653bf05d25ac8a907fb1d51184da1ac42721" + revision 1 bottle do cellar :any -- cgit v1.2.3