From 8052b949ca689df32b0d8efff114719d3c3f1c3a Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Tue, 19 Nov 2013 11:43:01 -0600 Subject: [PATCH] zabbix 2.2.0 Closes Homebrew/homebrew#24496. Signed-off-by: Jack Nagel --- Formula/zabbix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/zabbix.rb b/Formula/zabbix.rb index 31297b3538c..da76ee6c119 100644 --- a/Formula/zabbix.rb +++ b/Formula/zabbix.rb @@ -2,8 +2,8 @@ require 'formula' class Zabbix < Formula homepage 'http://www.zabbix.com/' - url 'http://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.0.9/zabbix-2.0.9.tar.gz' - sha1 '858b52ca1769086f4302e431c28d4ad458464c62' + url 'http://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.2.0/zabbix-2.2.0.tar.gz' + sha1 'a20d79c57abf1f5cc5b4261df6da10175e2fcfae' option 'with-mysql', 'Use Zabbix Server with MySQL library instead PostgreSQL.' option 'agent-only', 'Install only the Zabbix Agent without Server and Proxy.'