aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2014-02-15 21:09:07 -0600
committerBrett Koonce2014-02-15 22:26:30 -0600
commite60c88e34097238a4436c8b9ee9cf75b1e285719 (patch)
tree393afd3765e79e9026271139321c1077d73c7020 /Library/Formula
parentc729d73da0c5c84e2b588acc68c15afef0efd627 (diff)
downloadhomebrew-e60c88e34097238a4436c8b9ee9cf75b1e285719.tar.bz2
zabbix 2.2.2
Closes #26756.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zabbix.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/zabbix.rb b/Library/Formula/zabbix.rb
index 02a0eea43..317eb7b59 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.2.1/zabbix-2.2.1.tar.gz'
- sha1 '2f07bfa08123f341ff16df88590d154282ce704f'
+ url 'http://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.2.2/zabbix-2.2.2.tar.gz'
+ sha1 '0be3f194a9ee6a9354d9f18e17b717289fe35a4f'
option 'with-mysql', 'Use Zabbix Server with MySQL library instead PostgreSQL.'
option 'agent-only', 'Install only the Zabbix Agent without Server and Proxy.'