aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-04-18 17:23:40 -0500
committerBrett Koonce2014-04-18 20:59:32 -0500
commit7508b752de4a41b2d2e0eca36fb8ba0bf2eb95cc (patch)
tree7bbc04707d898fcb74592422bf2a2740d14b0074 /Library
parent68465ca819775dc8c41b75d4391ce1375668b655 (diff)
downloadhomebrew-7508b752de4a41b2d2e0eca36fb8ba0bf2eb95cc.tar.bz2
zabbix 2.2.3
Closes #28509.
Diffstat (limited to 'Library')
-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 e05fabf00..738bb26d1 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 'https://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.2.2/zabbix-2.2.2.tar.gz'
- sha1 '0be3f194a9ee6a9354d9f18e17b717289fe35a4f'
+ url 'https://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.2.3/zabbix-2.2.3.tar.gz'
+ sha1 '23a7363e3af1d44cd74f22cdd90d16f7f235b14d'
option 'with-mysql', 'Use Zabbix Server with MySQL library instead PostgreSQL.'
option 'agent-only', 'Install only the Zabbix Agent without Server and Proxy.'