Fix ack download location

This should be more reliable, still, he could rebase!
master
Max Howell 2009-09-28 16:22:07 +01:00
parent f159b3b33a
commit 45fb79a4cb
1 changed files with 4 additions and 9 deletions

View File

@ -4,13 +4,8 @@ class Ack <ScriptFileFormula
# NOTE you don't need to specify the version, usually it is determined
# automatically by examination of the URL, however in this case our auto
# determination magic is inadequete
@version='1.90'
@url="http://github.com/petdance/ack/raw/#{@version}/ack"
@md5='d15d059166beff6103d2401aa2d783c7'
@homepage='http://betterthangrep.com/'
# because our url looks like a svn one Homebrew defaults to the svn strategy
def download_strategy
HttpDownloadStrategy
end
version '1.90'
url "http://github.com/petdance/ack/raw/c03b98d10d44a6eca4218c5a729b07b43d12c8d1/ack"
md5 'd15d059166beff6103d2401aa2d783c7'
homepage 'http://betterthangrep.com/'
end