Skip to content

Commit eecd9b9

Browse files
committed
Brew formula update for updatecli version v0.116.3
1 parent cb467e0 commit eecd9b9

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

Formula/updatecli.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
class Updatecli < Formula
66
desc "A declarative update policy engine."
77
homepage "https://updatecli.io/"
8-
version "0.116.2"
8+
version "0.116.3"
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.116.2/updatecli_Darwin_x86_64.tar.gz"
14-
sha256 "b52180b844222af90a076a9c19e8f5e8d5ac6820175b5ecc63366fdda2a5f0a6"
13+
url "https://github.com/updatecli/updatecli/releases/download/v0.116.3/updatecli_Darwin_x86_64.tar.gz"
14+
sha256 "7d235da5fa799b0d5f252f0b79fa011fd93957461cb9ddacb475bb42d0822c86"
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.116.2/updatecli_Darwin_arm64.tar.gz"
26-
sha256 "0b3245808e80f92ccf3d6c38f14eb2292cf5c81c625727497e1360aa3a9f1497"
25+
url "https://github.com/updatecli/updatecli/releases/download/v0.116.3/updatecli_Darwin_arm64.tar.gz"
26+
sha256 "b764356b3659d3fe66aed68ef91a6417071c85fad6a804f65027399f3d2fa982"
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.116.2/updatecli_Linux_x86_64.tar.gz"
41-
sha256 "8d373ed567112f885ce5e3b4e475f7dfb6dc04e0174470dded30cdfb719262ec"
40+
url "https://github.com/updatecli/updatecli/releases/download/v0.116.3/updatecli_Linux_x86_64.tar.gz"
41+
sha256 "f3aef8353fc8175a1be7d47631983f981f939ada70867e719c965e393de985f5"
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.116.2/updatecli_Linux_arm.tar.gz"
52-
sha256 "0625a0cb9e47a345a1d88f92bb724d87acfbc01ad4277e226b482cf1461b672c"
51+
url "https://github.com/updatecli/updatecli/releases/download/v0.116.3/updatecli_Linux_arm.tar.gz"
52+
sha256 "b49f59e6123037a5566e7614431a606a4330ebd41f5687ab341a5bf334afa24a"
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.116.2/updatecli_Linux_arm64.tar.gz"
63-
sha256 "65782f7e353e8d97f9b23de66b5da3780e67ff82b52a32636a768a12644e2d54"
62+
url "https://github.com/updatecli/updatecli/releases/download/v0.116.3/updatecli_Linux_arm64.tar.gz"
63+
sha256 "20b5138be512c01fd64b27804be1de7b631375c1d49f5cae0837208aad037e76"
6464
define_method(:install) do
6565
bin.install "updatecli"
6666
bash_completion.install "completions/updatecli.bash" => "updatecli"

0 commit comments

Comments
 (0)