aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-04-15 08:59:55 +0100
committerMike McQuaid2014-04-15 09:03:08 +0100
commitcf78c659b948a5db903a8b7345aa791828f0b7a7 (patch)
tree78f562099bebb8c7dfa82ce4820bda841c584a64
parentdc66bca6c43786874c5a7693dfacebfe167bc4a3 (diff)
downloadhomebrew-cf78c659b948a5db903a8b7345aa791828f0b7a7.tar.bz2
varnish: add 4.0.0 bottle.
Closes #28410. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/varnish.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/varnish.rb b/Library/Formula/varnish.rb
index 13a143eab..0d18aa298 100644
--- a/Library/Formula/varnish.rb
+++ b/Library/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