Skip to content

Commit 0a3d8ac

Browse files
BrewTestBotdaeho-ro
authored andcommitted
zabbix-cli 3.4.1
1 parent c1b658f commit 0a3d8ac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/z/zabbix-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class ZabbixCli < Formula
33

44
desc "CLI tool for interacting with Zabbix monitoring system"
55
homepage "https://unioslo.github.io/zabbix-cli/"
6-
url "https://github.com/unioslo/zabbix-cli/archive/refs/tags/3.4.0.tar.gz"
7-
sha256 "0b901434c58ea769c2630c8ae4b098db0699ced3c2e499f8ca07de587552b08d"
6+
url "https://github.com/unioslo/zabbix-cli/archive/refs/tags/3.4.1.tar.gz"
7+
sha256 "de3beba157e01279e263d559e07f156979640587d12d0b31ef85049c67cfc65f"
88
license "GPL-3.0-or-later"
99
head "https://github.com/unioslo/zabbix-cli.git", branch: "master"
1010

@@ -52,8 +52,8 @@ class ZabbixCli < Formula
5252
end
5353

5454
resource "httpx" do
55-
url "https://files.pythonhosted.org/packages/78/82/08f8c936781f67d9e6b9eeb8a0c8b4e406136ea4c3d1f89a5db71d42e0e6/httpx-0.27.2.tar.gz"
56-
sha256 "f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2"
55+
url "https://files.pythonhosted.org/packages/10/df/676b7cf674dd1bdc71a64ad393c89879f75e4a0ab8395165b498262ae106/httpx-0.28.0.tar.gz"
56+
sha256 "0858d3bab51ba7e386637f22a61d8ccddaeec5f3fe4209da3a6168dbb91573e0"
5757
end
5858

5959
resource "idna" do
@@ -87,8 +87,8 @@ class ZabbixCli < Formula
8787
end
8888

8989
resource "pydantic" do
90-
url "https://files.pythonhosted.org/packages/41/86/a03390cb12cf64e2a8df07c267f3eb8d5035e0f9a04bb20fb79403d2a00e/pydantic-2.10.2.tar.gz"
91-
sha256 "2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa"
90+
url "https://files.pythonhosted.org/packages/45/0f/27908242621b14e649a84e62b133de45f84c255eecb350ab02979844a788/pydantic-2.10.3.tar.gz"
91+
sha256 "cb5ac360ce894ceacd69c403187900a02c4b20b693a9dd1d643e1effab9eadf9"
9292
end
9393

9494
resource "pydantic-core" do
@@ -143,8 +143,8 @@ class ZabbixCli < Formula
143143
end
144144

145145
resource "typer" do
146-
url "https://files.pythonhosted.org/packages/76/41/49ead3ad3310545e767bcb917c759b026ca9eada5d5c150c2fb6fc555568/typer-0.13.1.tar.gz"
147-
sha256 "9d444cb96cc268ce6f8b94e13b4335084cef4c079998a9f4851a90229a3bd25c"
146+
url "https://files.pythonhosted.org/packages/69/82/5bb5c124bcb7b7f14006791b172df0d731cbd10b377bb336685e7ebf0166/typer-0.15.0.tar.gz"
147+
sha256 "8995452a598922ed8d8ad8c06ca63a218881ab601f5fa6fb0c511f7776497c7e"
148148
end
149149

150150
resource "typing-extensions" do

0 commit comments

Comments
 (0)