Skip to content

Commit 5895a50

Browse files
committed
Brew formula update for updatecli version v0.109.0
1 parent f8c946d commit 5895a50

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.999.0"
8+
version "0.109.0"
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.999.0/updatecli_Darwin_x86_64.tar.gz"
14-
sha256 "e2f67950d9f3504ce9ed36986684a7ebf4142ec677fabd4c8a9547b15373bc29"
13+
url "https://github.com/updatecli/updatecli/releases/download/v0.109.0/updatecli_Darwin_x86_64.tar.gz"
14+
sha256 "ed12f34c7769489c697d4a7c527e8cc90f07d9d74a2c2e09469ed11c52b75b25"
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.999.0/updatecli_Darwin_arm64.tar.gz"
26-
sha256 "e2a8b27e4012672818144384fff841db6811abedb94010a2174fad253ed29215"
25+
url "https://github.com/updatecli/updatecli/releases/download/v0.109.0/updatecli_Darwin_arm64.tar.gz"
26+
sha256 "becbc029ce3d7bdaeee82ff1588c5ceafac4b5a9a626904e2ee71f76ce355b00"
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.999.0/updatecli_Linux_x86_64.tar.gz"
41-
sha256 "9e5c334c963da02ede5c6cbab601c6a685f15880b08df0a3382e6f66701dab16"
40+
url "https://github.com/updatecli/updatecli/releases/download/v0.109.0/updatecli_Linux_x86_64.tar.gz"
41+
sha256 "d4aa6a057f7f5d033056e088acb4ffd49ee5012be28aa0887310672e7b7a6559"
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.999.0/updatecli_Linux_arm.tar.gz"
52-
sha256 "5d7ef9837a348cb032060d643fceb95f53bc155e9d89c8c07358cf6fc7871ea6"
51+
url "https://github.com/updatecli/updatecli/releases/download/v0.109.0/updatecli_Linux_arm.tar.gz"
52+
sha256 "52057bb491e4596223061a188afabae75faa7b4b90fc358c0e40bc9967fe4950"
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.999.0/updatecli_Linux_arm64.tar.gz"
63-
sha256 "eabb909b417d9c3cbdb9085eb3862f3b222e1e3c5a6ee38cc7715d2d00664b77"
62+
url "https://github.com/updatecli/updatecli/releases/download/v0.109.0/updatecli_Linux_arm64.tar.gz"
63+
sha256 "68552fb7e5b4a8431766d4c9c20addac280d8204403167debf15ccb2fa77c54e"
6464
def install
6565
bin.install "updatecli"
6666
bash_completion.install "completions/updatecli.bash" => "updatecli"

0 commit comments

Comments
 (0)