From c6c9ad5d81290d7ceacad1cc32e4565f683664d5 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Tue, 19 Feb 2013 18:24:14 -0600 Subject: [PATCH] zabbix 2.0.5 --- Library/Formula/zabbix.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Formula/zabbix.rb b/Library/Formula/zabbix.rb index ec8a731de526..0f18e44deef5 100644 --- a/Library/Formula/zabbix.rb +++ b/Library/Formula/zabbix.rb @@ -2,8 +2,8 @@ class Zabbix < Formula homepage 'http://www.zabbix.com/' - url 'http://sourceforge.net/projects/zabbix/files/ZABBIX%20Latest%20Stable/2.0.4/zabbix-2.0.4.tar.gz' - sha1 '26ffd4616a96434b3c357146780f66058f6fbd80' + url 'http://sourceforge.net/projects/zabbix/files/ZABBIX%20Latest%20Stable/2.0.5/zabbix-2.0.5.tar.gz' + sha1 '7798e5d69e0a301be3f014cc0d800c3ee153faa0' option 'with-mysql', 'Use Zabbix Server with MySQL library instead PostgreSQL.' option 'agent-only', 'Install only the Zabbix Agent without Server and Proxy.'