diff options
Diffstat (limited to 'Library/Formula')
| -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 3a2d11c45..e5fab3a8a 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.3/zabbix-2.0.3.tar.gz' - sha1 'be8902444890db9fb2c4795e62073ce7eea32d96' + url 'http://sourceforge.net/projects/zabbix/files/ZABBIX%20Latest%20Stable/2.0.4/zabbix-2.0.4.tar.gz' + sha1 '26ffd4616a96434b3c357146780f66058f6fbd80' depends_on :mysql depends_on 'fping' |
