aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/ack.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ack.rb b/Library/Formula/ack.rb
index 29df05ed3..03c7062e7 100644
--- a/Library/Formula/ack.rb
+++ b/Library/Formula/ack.rb
@@ -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 \ No newline at end of file
+end