Skip to content

Commit 1d601c6

Browse files
committed
Brew formula update for updatecli version v0.117.1
1 parent 69984bd commit 1d601c6

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.117.0"
8+
version "0.117.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.117.0/updatecli_Darwin_x86_64.tar.gz"
14-
sha256 "cf6dd8e64e587fe1a554054e040bfb4dfceee98a57e4babac6d69d6207f1549c"
13+
url "https://github.com/updatecli/updatecli/releases/download/v0.117.1/updatecli_Darwin_x86_64.tar.gz"
14+
sha256 "6508613b82b0b761cd5ecb7c108cf9211a4e65ce8f851392f498f944065bcc3c"
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.117.0/updatecli_Darwin_arm64.tar.gz"
26-
sha256 "19031c51612fdf586ad1e8dff422f7c3d9fc8af15a9e940fe40f3bbcd8aca63e"
25+
url "https://github.com/updatecli/updatecli/releases/download/v0.117.1/updatecli_Darwin_arm64.tar.gz"
26+
sha256 "221a04fbc261e74c7187cbf7af762cbdfe5da1cb6c874ecd0590b265ef1734ff"
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.117.0/updatecli_Linux_x86_64.tar.gz"
41-
sha256 "6355e558c184b943bdb5544adbcd8dda92baa875d698624d8a91be825e8945de"
40+
url "https://github.com/updatecli/updatecli/releases/download/v0.117.1/updatecli_Linux_x86_64.tar.gz"
41+
sha256 "239a6ee8c5a74e3033c897099b00bbb58c031460ded736fd5fc8d2244a3e3993"
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.117.0/updatecli_Linux_arm.tar.gz"
52-
sha256 "602a2281e30c65543e705a13663c942b5240194a29a24ec22e0e7f3c2eb9ea72"
51+
url "https://github.com/updatecli/updatecli/releases/download/v0.117.1/updatecli_Linux_arm.tar.gz"
52+
sha256 "135eb242e44f56bfb5d37e130d1606a1a3ba0303be4caa97861e80e7c9835070"
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.117.0/updatecli_Linux_arm64.tar.gz"
63-
sha256 "b3b694bcf3335c8bb2dacc1000a9fd15f89bd01839f0e067669bd75ea6943bea"
62+
url "https://github.com/updatecli/updatecli/releases/download/v0.117.1/updatecli_Linux_arm64.tar.gz"
63+
sha256 "76e1dab5ad1105d0b741826e74774dbdd2057368eeec6a96f7616012391f2ff7"
6464
define_method(:install) do
6565
bin.install "updatecli"
6666
bash_completion.install "completions/updatecli.bash" => "updatecli"

0 commit comments

Comments
 (0)