Skip to content

Commit cb467e0

Browse files
committed
Brew formula update for updatecli version v0.116.2
1 parent 7f33d42 commit cb467e0

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.1"
8+
version "0.116.2"
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.1/updatecli_Darwin_x86_64.tar.gz"
14-
sha256 "55e41093c929c6605e58f1799faa08431202a0234c1f8f17fd19ff38a7ea1896"
13+
url "https://github.com/updatecli/updatecli/releases/download/v0.116.2/updatecli_Darwin_x86_64.tar.gz"
14+
sha256 "b52180b844222af90a076a9c19e8f5e8d5ac6820175b5ecc63366fdda2a5f0a6"
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.1/updatecli_Darwin_arm64.tar.gz"
26-
sha256 "b1a9ea89a082d5246e0198ae5b7182a3bd235447fe7aaf60b23fe9220996614d"
25+
url "https://github.com/updatecli/updatecli/releases/download/v0.116.2/updatecli_Darwin_arm64.tar.gz"
26+
sha256 "0b3245808e80f92ccf3d6c38f14eb2292cf5c81c625727497e1360aa3a9f1497"
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.1/updatecli_Linux_x86_64.tar.gz"
41-
sha256 "8773fa14b80cf6c1d00f2ab96642e2ecdb7e26ceb45b42ff70798dad519d9959"
40+
url "https://github.com/updatecli/updatecli/releases/download/v0.116.2/updatecli_Linux_x86_64.tar.gz"
41+
sha256 "8d373ed567112f885ce5e3b4e475f7dfb6dc04e0174470dded30cdfb719262ec"
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.1/updatecli_Linux_arm.tar.gz"
52-
sha256 "fed8a4f99ac0c080ab16fc3174c14bbae3b18e2ff6b24a53949440c1db799136"
51+
url "https://github.com/updatecli/updatecli/releases/download/v0.116.2/updatecli_Linux_arm.tar.gz"
52+
sha256 "0625a0cb9e47a345a1d88f92bb724d87acfbc01ad4277e226b482cf1461b672c"
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.1/updatecli_Linux_arm64.tar.gz"
63-
sha256 "e4cf673a170f0a2cb96d9ab48b81906ceaa86f810e29ba1f33ce14c79426e1d4"
62+
url "https://github.com/updatecli/updatecli/releases/download/v0.116.2/updatecli_Linux_arm64.tar.gz"
63+
sha256 "65782f7e353e8d97f9b23de66b5da3780e67ff82b52a32636a768a12644e2d54"
6464
define_method(:install) do
6565
bin.install "updatecli"
6666
bash_completion.install "completions/updatecli.bash" => "updatecli"

0 commit comments

Comments
 (0)