aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Freels2009-09-22 12:10:17 -0700
committerMax Howell2009-09-24 23:47:34 +0100
commitb06bd60957cac3faad9d7abc714b04990988bd4e (patch)
tree76486311a6cc590c18de85c4b720a9a947679b34
parent08a5eb4960e27eec0f40ca403ab009651109115c (diff)
downloadhomebrew-b06bd60957cac3faad9d7abc714b04990988bd4e.tar.bz2
Ack moved to github
-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