55class Updatecli < Formula
66 desc "Updatecli is a declarative dependency management command line tool."
77 homepage "https://updatecli.io/"
8- version "0.105.1 "
8+ version "0.106.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.105.1 /updatecli_Darwin_x86_64.tar.gz"
14- sha256 "f4c9a78f7c53de37420d021d7443f88e5da0320d49b5cba5924295c5282a987d "
13+ url "https://github.com/updatecli/updatecli/releases/download/v0.106.0 /updatecli_Darwin_x86_64.tar.gz"
14+ sha256 "7fe62178ceb3e32afe920faddc866928deecf6934dab4d62f5b4d0d27ca288f5 "
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.105.1 /updatecli_Darwin_arm64.tar.gz"
26- sha256 "358958090a4a5a0eaddfd2a57bd46a7efd2ac43f537304b6533430e6e58a8f57 "
25+ url "https://github.com/updatecli/updatecli/releases/download/v0.106.0 /updatecli_Darwin_arm64.tar.gz"
26+ sha256 "dcaf89d0c6178105c71d752bf1ad41aa36118e1a97fc3dc53a43b38acaea54b5 "
2727
2828 def install
2929 bin . install "updatecli"
@@ -37,8 +37,8 @@ def install
3737
3838 on_linux do
3939 if Hardware ::CPU . intel? and Hardware ::CPU . is_64_bit?
40- url "https://github.com/updatecli/updatecli/releases/download/v0.105.1 /updatecli_Linux_x86_64.tar.gz"
41- sha256 "5d13cf28a593b1170641fdb013b4b3aa834aad667c698adbc2fb30623ea1f6ee "
40+ url "https://github.com/updatecli/updatecli/releases/download/v0.106.0 /updatecli_Linux_x86_64.tar.gz"
41+ sha256 "37e0b3ed8880cc47ba6931db726e63159e9d65fb529805c0cfc509e4644d8eae "
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? and !Hardware ::CPU . is_64_bit?
51- url "https://github.com/updatecli/updatecli/releases/download/v0.105.1 /updatecli_Linux_arm.tar.gz"
52- sha256 "dfe0be08a6f27981cd701a617866d83c6717ebc70eabbfbaaba6f781bcdeaa8e "
51+ url "https://github.com/updatecli/updatecli/releases/download/v0.106.0 /updatecli_Linux_arm.tar.gz"
52+ sha256 "6d04fbf68b541de6bd04c4821fabcbc18bf36d126f15913aa956f8796a33455f "
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? and Hardware ::CPU . is_64_bit?
62- url "https://github.com/updatecli/updatecli/releases/download/v0.105.1 /updatecli_Linux_arm64.tar.gz"
63- sha256 "1036ad0716f61b6edf0f3d044560a32c334851d51d658b2d2474913c40584139 "
62+ url "https://github.com/updatecli/updatecli/releases/download/v0.106.0 /updatecli_Linux_arm64.tar.gz"
63+ sha256 "7ac32bc30725db13a8c7fa453333d201a6d316c28ee9829ee75e7aeccfe9d739 "
6464 def install
6565 bin . install "updatecli"
6666 bash_completion . install "completions/updatecli.bash" => "updatecli"
0 commit comments