blob: 6cafbf4f4593f04247c012d228151cc91c2dab09 (
plain)
1
2
3
4
5
6
7
8
|
require 'formula'
class Ack <ScriptFileFormula
url "http://github.com/petdance/ack/raw/079b049b7240c2960a8ff811b2857eba462ad803/ack"
version '1.92'
md5 '7db577145ceba9f6cc5fddc3e8198342'
homepage 'http://betterthangrep.com/'
end
|