zabbix 2.4.7
Closes Homebrew/homebrew#48153. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
b384655734
commit
ec00b3443d
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Zabbix < Formula
|
||||
desc "Availability and monitoring solution"
|
||||
homepage "https://www.zabbix.com/"
|
||||
url "https://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.4.6/zabbix-2.4.6.tar.gz"
|
||||
sha256 "0ebc6a3326e506cee18826baf2940e39fca3667650f7187e4aa103bf6f7f613c"
|
||||
url "https://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/2.4.7/zabbix-2.4.7.tar.gz"
|
||||
sha256 "d2c47b8f5b9b91f18010d54c45de55845d979014a8b3fe4bef64e0b08f8b00da"
|
||||
|
||||
bottle do
|
||||
sha256 "ea0c555731f24f86bc0b2b721a339ae6a265116f7ca88a572c64b5ee0e70f3cd" => :yosemite
|
||||
|
@ -57,7 +57,7 @@ class Zabbix < Formula
|
|||
|
||||
if build.with? "server-proxy"
|
||||
db = build.with?("mysql") ? "mysql" : "postgresql"
|
||||
(share/"zabbix").install "frontends/php", "database/#{db}"
|
||||
pkgshare.install "frontends/php", "database/#{db}"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue