Fix ack formula
This commit is contained in:
parent
b1a09741d9
commit
d67aab20d1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue