From 286e95d8d7e520661cb94ed96696a35bfdf143ab Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Tue, 15 Apr 2014 08:59:55 +0100 Subject: [PATCH] varnish: add 4.0.0 bottle. Closes Homebrew/homebrew#28410. Signed-off-by: Mike McQuaid --- Formula/varnish.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/varnish.rb b/Formula/varnish.rb index 13a143eabb..0d18aa298c 100644 --- a/Formula/varnish.rb +++ b/Formula/varnish.rb @@ -5,6 +5,12 @@ class Varnish < Formula url 'https://repo.varnish-cache.org/source/varnish-4.0.0.tar.gz' sha1 '6ad4fcf42a505a748ae993cb6ed579159e023633' + bottle do + sha1 "190bba2cf0e521b489cbd64cc698ba769b18cccd" => :mavericks + sha1 "fd12d468c2328179bd402f1592b65ef69d6f1baa" => :mountain_lion + sha1 "0e9717e705541a34906947eb7e49ab800204e2ff" => :lion + end + depends_on 'pkg-config' => :build depends_on 'pcre' depends_on :python