From ae87040da0526b6552ec5e8196af91ecc3669632 Mon Sep 17 00:00:00 2001 From: wolfgangasdf Date: Tue, 23 Sep 2014 19:01:57 +0200 Subject: [PATCH] tth 4.05 Closes Homebrew/homebrew#32564. Signed-off-by: Jack Nagel --- Formula/tth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/tth.rb b/Formula/tth.rb index bdf759ab750..9ebfa1f98da 100644 --- a/Formula/tth.rb +++ b/Formula/tth.rb @@ -3,8 +3,8 @@ require 'formula' class Tth < Formula homepage 'http://hutchinson.belmont.ma.us/tth/' url 'http://hutchinson.belmont.ma.us/tth/tth-noncom/tth_C.tgz' - sha1 '6242030c1d55499e5f505ac870a0b64b72874cd9' - version '4.03' + sha1 'bc571e5916b979c1dd8e3377249db66ceee28318' + version '4.05' def install system "#{ENV.cc} -o tth tth.c"