55class Updatecli < Formula
66 desc "A declarative update policy engine."
77 homepage "https://updatecli.io/"
8- version "0.114 .0"
8+ version "0.115 .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.114 .0/updatecli_Darwin_x86_64.tar.gz"
14- sha256 "ef2cb1cb9e3ca82bf0fd76368179af8ec884986686db6e6643845c2778cf55fb "
13+ url "https://github.com/updatecli/updatecli/releases/download/v0.115 .0/updatecli_Darwin_x86_64.tar.gz"
14+ sha256 "2c37d8ff1c0b6ef9ec5ab92c60f68b0c42830cb14cebadda7b96735f51d3bdfd "
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.114 .0/updatecli_Darwin_arm64.tar.gz"
26- sha256 "c2c4d6a91b2598c40bdd91046c6bb209b6826e203bfaf412ea53552f24cbd766 "
25+ url "https://github.com/updatecli/updatecli/releases/download/v0.115 .0/updatecli_Darwin_arm64.tar.gz"
26+ sha256 "92d28e9e448b6e6761d5fa14a890f8e34b01d9f0718d254bdc9dc401bf27c46a "
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.114 .0/updatecli_Linux_x86_64.tar.gz"
41- sha256 "bf0c9310472057f47ba6e5097fcf334a1a64970371bc296dcc3120734c13d59d "
40+ url "https://github.com/updatecli/updatecli/releases/download/v0.115 .0/updatecli_Linux_x86_64.tar.gz"
41+ sha256 "0d827754cd61932e8da83f1b236a5afc199af3ca831b9c3d3a377fb1df2193f1 "
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.114 .0/updatecli_Linux_arm.tar.gz"
52- sha256 "0b0e7ebd04b833878305e1db593291208f14295814722acc806cb83d994527dc "
51+ url "https://github.com/updatecli/updatecli/releases/download/v0.115 .0/updatecli_Linux_arm.tar.gz"
52+ sha256 "c1dece540d8418e4934a75f7879c3106c8cbf378a6a0b0d0db21e195b848c566 "
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.114 .0/updatecli_Linux_arm64.tar.gz"
63- sha256 "7f6c664a59ebb38615a910b1bd6d428f697798b9c980480c55c0dc8ddd2e8f23 "
62+ url "https://github.com/updatecli/updatecli/releases/download/v0.115 .0/updatecli_Linux_arm64.tar.gz"
63+ sha256 "ac0c74f77f21a7e7d612bf7dcb838688efe1fc903f0d493b9f4c373f80d4b742 "
6464 define_method ( :install ) do
6565 bin . install "updatecli"
6666 bash_completion . install "completions/updatecli.bash" => "updatecli"
0 commit comments