parent
a24f1cd8d7
commit
c457421130
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Varnish <Formula
|
||||
url 'http://downloads.sourceforge.net/project/varnish/varnish/2.1.2/varnish-2.1.2.tar.gz'
|
||||
url 'http://downloads.sourceforge.net/project/varnish/varnish/2.1.3/varnish-2.1.3.tar.gz'
|
||||
homepage 'http://varnish.projects.linpro.no/'
|
||||
md5 '8b0d80e47acf4946671c381af55518b9'
|
||||
md5 '357d99a760de173d841ac37bf2052be8'
|
||||
|
||||
depends_on 'pkg-config'
|
||||
depends_on 'pcre'
|
||||
|
@ -18,4 +18,4 @@ class Varnish <Formula
|
|||
system "make install"
|
||||
(var+'varnish').mkpath
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue