diff options
| -rw-r--r-- | Library/Formula/zabbix.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/zabbix.rb b/Library/Formula/zabbix.rb index 0f18e44de..e9eba14d3 100644 --- a/Library/Formula/zabbix.rb +++ b/Library/Formula/zabbix.rb @@ -2,8 +2,8 @@ require 'formula' class Zabbix < Formula homepage 'http://www.zabbix.com/' - url 'http://sourceforge.net/projects/zabbix/files/ZABBIX%20Latest%20Stable/2.0.5/zabbix-2.0.5.tar.gz' - sha1 '7798e5d69e0a301be3f014cc0d800c3ee153faa0' + url 'http://sourceforge.net/projects/zabbix/files/ZABBIX%20Latest%20Stable/2.0.6/zabbix-2.0.6.tar.gz' + sha1 '75a747ddcfa4bcd5792f69dc8d7de9c5839b8595' option 'with-mysql', 'Use Zabbix Server with MySQL library instead PostgreSQL.' option 'agent-only', 'Install only the Zabbix Agent without Server and Proxy.' |
