Ack moved to github

master
Matt Freels 2009-09-22 12:10:17 -07:00 committed by Max Howell
parent 05c6758d1f
commit 654ed20b88
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ class Ack <ScriptFileFormula
# automatically by examination of the URL, however in this case our auto
# determination magic is inadequete
@version='1.90'
@url="http://ack.googlecode.com/svn/tags/#{@version}/ack"
@url="http://github.com/petdance/ack/raw/#{@version}/ack"
@md5='d15d059166beff6103d2401aa2d783c7'
@homepage='http://betterthangrep.com/'
@ -13,4 +13,4 @@ class Ack <ScriptFileFormula
def download_strategy
HttpDownloadStrategy
end
end
end