55class Updatecli < Formula
66 desc "A declarative update policy engine."
77 homepage "https://updatecli.io/"
8- version "0.113.0 "
8+ version "0.114.0-rc.1 "
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.113.0 /updatecli_Darwin_x86_64.tar.gz"
14- sha256 "12044c52075fa6366ef131ef0b2501e827da499f7f542c08d4bce8966f725824 "
13+ url "https://github.com/updatecli/updatecli/releases/download/v0.114.0-rc.1 /updatecli_Darwin_x86_64.tar.gz"
14+ sha256 "546e5db1c82203daac134a638ce796e21201d00a8b37aa6c13a37d538557f1fc "
1515
1616 def install
1717 bin . install "updatecli"
@@ -22,8 +22,8 @@ def install
2222 end
2323 end
2424 if Hardware ::CPU . arm?
25- url "https://github.com/updatecli/updatecli/releases/download/v0.113.0 /updatecli_Darwin_arm64.tar.gz"
26- sha256 "b3dedcd91dfcf32a77e3a64b3ba329f249b40d1ebc159e8565eb982dd4167c03 "
25+ url "https://github.com/updatecli/updatecli/releases/download/v0.114.0-rc.1 /updatecli_Darwin_arm64.tar.gz"
26+ sha256 "eebfacd20b0d71c393b8defbb48de26f7590a3a25bbfb7ecf32a1f93c612e656 "
2727
2828 def install
2929 bin . install "updatecli"
@@ -37,8 +37,8 @@ def install
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.113.0 /updatecli_Linux_x86_64.tar.gz"
41- sha256 "480e4678757971d7050a81ff08fa057684aaf5cb563270ea2684c8aee11433c8 "
40+ url "https://github.com/updatecli/updatecli/releases/download/v0.114.0-rc.1 /updatecli_Linux_x86_64.tar.gz"
41+ sha256 "2be2bee08a74f8c1b4dffb21b23440606745fd49206cf63e9152c064342c1264 "
4242 def install
4343 bin . install "updatecli"
4444 bash_completion . install "completions/updatecli.bash" => "updatecli"
@@ -48,8 +48,8 @@ def install
4848 end
4949 end
5050 if Hardware ::CPU . arm? && !Hardware ::CPU . is_64_bit?
51- url "https://github.com/updatecli/updatecli/releases/download/v0.113.0 /updatecli_Linux_arm.tar.gz"
52- sha256 "9ff3e2ff20739e6aebc28dccafcf3304316b96dab5bd7539f24a25da737b2486 "
51+ url "https://github.com/updatecli/updatecli/releases/download/v0.114.0-rc.1 /updatecli_Linux_arm.tar.gz"
52+ sha256 "a1a6460e1b676216c9540fa6f9b0e2cd47f85ccb1708523aaf00e04673b30e6e "
5353 def install
5454 bin . install "updatecli"
5555 bash_completion . install "completions/updatecli.bash" => "updatecli"
@@ -59,8 +59,8 @@ def install
5959 end
6060 end
6161 if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
62- url "https://github.com/updatecli/updatecli/releases/download/v0.113.0 /updatecli_Linux_arm64.tar.gz"
63- sha256 "bd2b4cd4e20779633eeaa8db039c90b8f9f26357fe5cc6c2bbf1bb9222b1ea2e "
62+ url "https://github.com/updatecli/updatecli/releases/download/v0.114.0-rc.1 /updatecli_Linux_arm64.tar.gz"
63+ sha256 "70c49ddba6f1486894b2f881b341f2b2fa5038abc4bc444aa1bff08381c9216c "
6464 def install
6565 bin . install "updatecli"
6666 bash_completion . install "completions/updatecli.bash" => "updatecli"
0 commit comments