diff options
Diffstat (limited to 'Library')
| -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 617773306..e16ff1d46 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://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.0.7/zabbix-2.0.7.tar.gz' - sha1 'd7b6e97af514afd131d38dd692b75644080a4aaa' + url 'http://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.0.8/zabbix-2.0.8.tar.gz' + sha1 '5481354f848416c6c3daa100a3b9cda1d17010df' option 'with-mysql', 'Use Zabbix Server with MySQL library instead PostgreSQL.' option 'agent-only', 'Install only the Zabbix Agent without Server and Proxy.' |
