diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tcptraceroute.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tcptraceroute.rb b/Library/Formula/tcptraceroute.rb index adf554f21..0294d9efc 100644 --- a/Library/Formula/tcptraceroute.rb +++ b/Library/Formula/tcptraceroute.rb @@ -2,9 +2,9 @@ require 'formula' class Tcptraceroute < Formula homepage 'http://michael.toren.net/code/tcptraceroute/' - url 'http://michael.toren.net/code/tcptraceroute/tcptraceroute-1.5beta7.tar.gz' + url 'https://github.com/mct/tcptraceroute/archive/tcptraceroute-1.5beta7.tar.gz' version '1.5beta7' - sha1 '78847ef4ba7031cee660c540593256fd384a1a62' + sha1 '36b325a73d814cd62932f0def43e7d8e952474c1' depends_on 'libnet' |
