Skip to content

Commit

Permalink
tth 4.03
Browse files Browse the repository at this point in the history
  • Loading branch information
brettkoonce committed Jul 30, 2012
1 parent f7ec6e3 commit 16a9576
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/tth.rb
@@ -1,10 +1,10 @@
require 'formula' require 'formula'


class Tth < Formula class Tth < Formula
url 'http://hutchinson.belmont.ma.us/tth/tth-noncom/tth_C.tgz'
homepage 'http://hutchinson.belmont.ma.us/tth/' homepage 'http://hutchinson.belmont.ma.us/tth/'
md5 '0c5ca8ecba950075f12c98bd9ae42087' url 'http://hutchinson.belmont.ma.us/tth/tth-noncom/tth_C.tgz'
version '4.00' sha1 '6242030c1d55499e5f505ac870a0b64b72874cd9'
version '4.03'


def install def install
system "#{ENV.cc} -o tth tth.c" system "#{ENV.cc} -o tth tth.c"
Expand Down

0 comments on commit 16a9576

Please sign in to comment.