Skip to content

Commit 7f33d42

Browse files
committed
Brew formula update for updatecli version v0.116.1
1 parent 3c94691 commit 7f33d42

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.0"
8+
version "0.116.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.116.0/updatecli_Darwin_x86_64.tar.gz"
14-
sha256 "8f499be14d8bf624643cfe9af593beddf73468b8dfd6f089031cf5a01f2ad451"
13+
url "https://github.com/updatecli/updatecli/releases/download/v0.116.1/updatecli_Darwin_x86_64.tar.gz"
14+
sha256 "55e41093c929c6605e58f1799faa08431202a0234c1f8f17fd19ff38a7ea1896"
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.0/updatecli_Darwin_arm64.tar.gz"
26-
sha256 "e74f70b483ef61777a44d51226a243c9ee468921963f69d8f95ce660c60081b5"
25+
url "https://github.com/updatecli/updatecli/releases/download/v0.116.1/updatecli_Darwin_arm64.tar.gz"
26+
sha256 "b1a9ea89a082d5246e0198ae5b7182a3bd235447fe7aaf60b23fe9220996614d"
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.0/updatecli_Linux_x86_64.tar.gz"
41-
sha256 "73b877df9d8c706dbbd3d279c6994050c281d4169de86c0a3f0af80a757b5acd"
40+
url "https://github.com/updatecli/updatecli/releases/download/v0.116.1/updatecli_Linux_x86_64.tar.gz"
41+
sha256 "8773fa14b80cf6c1d00f2ab96642e2ecdb7e26ceb45b42ff70798dad519d9959"
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.0/updatecli_Linux_arm.tar.gz"
52-
sha256 "e3d3f43bd6322f8ff5089846fd3a77473fa28833af79c505367cc47dd0307f39"
51+
url "https://github.com/updatecli/updatecli/releases/download/v0.116.1/updatecli_Linux_arm.tar.gz"
52+
sha256 "fed8a4f99ac0c080ab16fc3174c14bbae3b18e2ff6b24a53949440c1db799136"
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.0/updatecli_Linux_arm64.tar.gz"
63-
sha256 "8aa40b4718c37aaf824f167533048e58a45a7ff0d432eec0f0d295a8d210f429"
62+
url "https://github.com/updatecli/updatecli/releases/download/v0.116.1/updatecli_Linux_arm64.tar.gz"
63+
sha256 "e4cf673a170f0a2cb96d9ab48b81906ceaa86f810e29ba1f33ce14c79426e1d4"
6464
define_method(:install) do
6565
bin.install "updatecli"
6666
bash_completion.install "completions/updatecli.bash" => "updatecli"

0 commit comments

Comments
 (0)