Skip to content

Commit 3e2314e

Browse files
committed
Brew formula update for updatecli version v0.110.2
1 parent 383bd91 commit 3e2314e

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 "Updatecli is a declarative dependency management command line tool."
77
homepage "https://updatecli.io/"
8-
version "0.110.1"
8+
version "0.110.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.110.1/updatecli_Darwin_x86_64.tar.gz"
14-
sha256 "c4632c2edffef74d84ee130d49cb9ac88e64f4867929999602b1295f10a55eae"
13+
url "https://github.com/updatecli/updatecli/releases/download/v0.110.2/updatecli_Darwin_x86_64.tar.gz"
14+
sha256 "aecabeb16d6a451f8e92e3d29462767fe1bc6f4c2c2651951f2d658ffee4890e"
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.110.1/updatecli_Darwin_arm64.tar.gz"
26-
sha256 "484dbcea119a37a4663d48672323b5cb55c152f8849b6f3ce055d165ad50d4d2"
25+
url "https://github.com/updatecli/updatecli/releases/download/v0.110.2/updatecli_Darwin_arm64.tar.gz"
26+
sha256 "aaf76f1aa7e7281334510bb5a08956bfce96636fdcc64fb8519137fd27c388d1"
2727

2828
def install
2929
bin.install "updatecli"
@@ -37,8 +37,8 @@ def install
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.110.1/updatecli_Linux_x86_64.tar.gz"
41-
sha256 "115620a92bd7cc3244e9b3d957c9be56431179c380402b942b4bc6ffc75f0dc8"
40+
url "https://github.com/updatecli/updatecli/releases/download/v0.110.2/updatecli_Linux_x86_64.tar.gz"
41+
sha256 "41eac5560867a307160a2f87bbca8607d5b034af1d64c8f642118d94c717cf11"
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? && !Hardware::CPU.is_64_bit?
51-
url "https://github.com/updatecli/updatecli/releases/download/v0.110.1/updatecli_Linux_arm.tar.gz"
52-
sha256 "30e68b45f03e0faabe446d5ec8aab91d165cc0f8db12752905f988de0c9b9740"
51+
url "https://github.com/updatecli/updatecli/releases/download/v0.110.2/updatecli_Linux_arm.tar.gz"
52+
sha256 "0bb35b2edc46f63a2b609920fca5cd9770276093850f170be6739b67a98b3fe0"
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? && Hardware::CPU.is_64_bit?
62-
url "https://github.com/updatecli/updatecli/releases/download/v0.110.1/updatecli_Linux_arm64.tar.gz"
63-
sha256 "c4cccdc44b92e97ad56de351e4768b1b66d028a67eba9253d0084dd3df4a0c2d"
62+
url "https://github.com/updatecli/updatecli/releases/download/v0.110.2/updatecli_Linux_arm64.tar.gz"
63+
sha256 "949ffbb39d1ad8ff11af6f6cd7b74a8f81def2f460febb77f8d2974991f9b078"
6464
def install
6565
bin.install "updatecli"
6666
bash_completion.install "completions/updatecli.bash" => "updatecli"

0 commit comments

Comments
 (0)