aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ack.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ack.rb')
-rw-r--r--Library/Formula/ack.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/ack.rb b/Library/Formula/ack.rb
index dbc8faf08..c55144fc7 100644
--- a/Library/Formula/ack.rb
+++ b/Library/Formula/ack.rb
@@ -1,10 +1,11 @@
require 'brewkit'
class Ack <ScriptFileFormula
- def initialize
+ def initialize name
@version='1.88'
@url="http://ack.googlecode.com/svn/tags/#{@version}/ack"
@md5='8009a13ab0fc66047bea0ea2ad89419c'
@homepage='http://betterthangrep.com/'
+ @name=name
end
end \ No newline at end of file