From 07b96430e4271421e18b32687a769b263f01be6f Mon Sep 17 00:00:00 2001 From: "Berk D. Demir" Date: Fri, 2 Sep 2011 00:01:22 -0700 Subject: [PATCH] varnish 3.0.1 Signed-off-by: Adam Vandenberg --- Formula/varnish.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/varnish.rb b/Formula/varnish.rb index 3fb2ec10426..836fd8d1cab 100644 --- a/Formula/varnish.rb +++ b/Formula/varnish.rb @@ -1,10 +1,10 @@ require 'formula' class Varnish < Formula - url 'http://repo.varnish-cache.org/source/varnish-3.0.0.tar.gz' + url 'http://repo.varnish-cache.org/source/varnish-3.0.1.tar.gz' homepage 'http://www.varnish-cache.org/' - md5 '38387bf31a1574f5cd8dec4f0b7caf20' + sha1 'f56457c8b7276ed954c5170dac17ba7abd144eb6' depends_on 'pkg-config' => :build depends_on 'pcre'