55class Updatecli < Formula
66 desc "A declarative update policy engine."
77 homepage "https://updatecli.io/"
8- version "0.115 .0"
8+ version "0.116 .0"
99 license "Apache-2.0"
1010
1111 on_macos do
1212 if Hardware ::CPU . intel?
13- url "https://github.com/updatecli/updatecli/releases/download/v0.115 .0/updatecli_Darwin_x86_64.tar.gz"
14- sha256 "2c37d8ff1c0b6ef9ec5ab92c60f68b0c42830cb14cebadda7b96735f51d3bdfd "
13+ url "https://github.com/updatecli/updatecli/releases/download/v0.116 .0/updatecli_Darwin_x86_64.tar.gz"
14+ sha256 "8f499be14d8bf624643cfe9af593beddf73468b8dfd6f089031cf5a01f2ad451 "
1515
1616 define_method ( :install ) do
1717 bin . install "updatecli"
@@ -22,8 +22,8 @@ class Updatecli < Formula
2222 end
2323 end
2424 if Hardware ::CPU . arm?
25- url "https://github.com/updatecli/updatecli/releases/download/v0.115 .0/updatecli_Darwin_arm64.tar.gz"
26- sha256 "92d28e9e448b6e6761d5fa14a890f8e34b01d9f0718d254bdc9dc401bf27c46a "
25+ url "https://github.com/updatecli/updatecli/releases/download/v0.116 .0/updatecli_Darwin_arm64.tar.gz"
26+ sha256 "e74f70b483ef61777a44d51226a243c9ee468921963f69d8f95ce660c60081b5 "
2727
2828 define_method ( :install ) do
2929 bin . install "updatecli"
@@ -37,8 +37,8 @@ class Updatecli < Formula
3737
3838 on_linux do
3939 if Hardware ::CPU . intel? && Hardware ::CPU . is_64_bit?
40- url "https://github.com/updatecli/updatecli/releases/download/v0.115 .0/updatecli_Linux_x86_64.tar.gz"
41- sha256 "0d827754cd61932e8da83f1b236a5afc199af3ca831b9c3d3a377fb1df2193f1 "
40+ url "https://github.com/updatecli/updatecli/releases/download/v0.116 .0/updatecli_Linux_x86_64.tar.gz"
41+ sha256 "73b877df9d8c706dbbd3d279c6994050c281d4169de86c0a3f0af80a757b5acd "
4242 define_method ( :install ) do
4343 bin . install "updatecli"
4444 bash_completion . install "completions/updatecli.bash" => "updatecli"
@@ -48,8 +48,8 @@ class Updatecli < Formula
4848 end
4949 end
5050 if Hardware ::CPU . arm? && !Hardware ::CPU . is_64_bit?
51- url "https://github.com/updatecli/updatecli/releases/download/v0.115 .0/updatecli_Linux_arm.tar.gz"
52- sha256 "c1dece540d8418e4934a75f7879c3106c8cbf378a6a0b0d0db21e195b848c566 "
51+ url "https://github.com/updatecli/updatecli/releases/download/v0.116 .0/updatecli_Linux_arm.tar.gz"
52+ sha256 "e3d3f43bd6322f8ff5089846fd3a77473fa28833af79c505367cc47dd0307f39 "
5353 define_method ( :install ) do
5454 bin . install "updatecli"
5555 bash_completion . install "completions/updatecli.bash" => "updatecli"
@@ -59,8 +59,8 @@ class Updatecli < Formula
5959 end
6060 end
6161 if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
62- url "https://github.com/updatecli/updatecli/releases/download/v0.115 .0/updatecli_Linux_arm64.tar.gz"
63- sha256 "ac0c74f77f21a7e7d612bf7dcb838688efe1fc903f0d493b9f4c373f80d4b742 "
62+ url "https://github.com/updatecli/updatecli/releases/download/v0.116 .0/updatecli_Linux_arm64.tar.gz"
63+ sha256 "8aa40b4718c37aaf824f167533048e58a45a7ff0d432eec0f0d295a8d210f429 "
6464 define_method ( :install ) do
6565 bin . install "updatecli"
6666 bash_completion . install "completions/updatecli.bash" => "updatecli"
0 commit comments