Varnish 2.1.3 is available

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
James Abley 2010-08-12 15:30:13 +01:00 committed by Adam Vandenberg
parent a24f1cd8d7
commit c457421130
1 changed files with 3 additions and 3 deletions

View File

@ -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