diff options
| author | Adam Vandenberg | 2013-11-30 12:24:26 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-30 12:24:26 -0800 |
| commit | 638d4ab1016e1243d53001a3f4eeb5239dac43d0 (patch) | |
| tree | 6b6b2e377125dd4cd236a7c37619e07cf80e965d /Library | |
| parent | 1dbd1b572d9a2401e52aaa4d6d6259520b87b8c1 (diff) | |
| download | homebrew-638d4ab1016e1243d53001a3f4eeb5239dac43d0.tar.bz2 | |
gzrt 0.8
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gzrt.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gzrt.rb b/Library/Formula/gzrt.rb index 786d191cf..d958a79af 100644 --- a/Library/Formula/gzrt.rb +++ b/Library/Formula/gzrt.rb @@ -2,8 +2,8 @@ require 'formula' class Gzrt < Formula homepage 'http://www.urbanophile.com/arenn/coding/gzrt/gzrt.html' - url 'http://www.urbanophile.com/arenn/coding/gzrt/gzrt-0.6.tar.gz' - sha1 '6b0ce648fd973771b899fa866d23c81cdf9d036e' + url 'http://www.urbanophile.com/arenn/coding/gzrt/gzrt-0.8.tar.gz' + sha1 'a354901b7aa2192bafdc34f43fbfde3cd7de2822' def install system "make" |
