aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-12-14 01:00:48 +0000
committerJack Nagel2014-12-13 22:15:34 -0500
commitcd5af338bbf36a2ab83c605afac1e0d1b732ee32 (patch)
treef5ed2fe78fe3c6d23bf3307a685aea05f3c1a72a /Library
parent1734e126414863c30d6d773d65f9d9f36ea5642e (diff)
downloadhomebrew-cd5af338bbf36a2ab83c605afac1e0d1b732ee32.tar.bz2
zabbix: add 2.4.2 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/zabbix.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/zabbix.rb b/Library/Formula/zabbix.rb
index e05b70575..85d4a116f 100644
--- a/Library/Formula/zabbix.rb
+++ b/Library/Formula/zabbix.rb
@@ -5,6 +5,12 @@ class Zabbix < Formula
url "https://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.4.2/zabbix-2.4.2.tar.gz"
sha1 "627ed5196b81a1f4e36690695dfbcaa1803890e3"
+ bottle do
+ sha1 "5e335b2e0fe5ccae9dbc375ca15a6c60b1560f1d" => :yosemite
+ sha1 "ff74e25cf747013e6f8f98685f51387758c85fd1" => :mavericks
+ sha1 "1bc4d521656fb5439330143352dcd7944dce88fb" => :mountain_lion
+ end
+
option "with-mysql", "Use Zabbix Server with MySQL library instead PostgreSQL."
option "agent-only", "Install only the Zabbix Agent without Server and Proxy."