Skip to content

Commit 1e5e7ba

Browse files
committed
Brew formula update for updatecli version v0.111.0-rc.2
1 parent 44c3ec0 commit 1e5e7ba

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

Formula/updatecli.rb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
# This file was generated by GoReleaser. DO NOT EDIT.
55
class Updatecli < Formula
6-
desc "Updatecli is a declarative dependency management command line tool."
6+
desc "A declarative update policy engine."
77
homepage "https://updatecli.io/"
8-
version "0.110.3"
8+
version "0.111.0-rc.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.3/updatecli_Darwin_x86_64.tar.gz"
14-
sha256 "5686f6b31bd20d8fa9780535691e1a5a51f83f1dffa2920a9c754590aaedda36"
13+
url "https://github.com/updatecli/updatecli/releases/download/v0.111.0-rc.2/updatecli_Darwin_x86_64.tar.gz"
14+
sha256 "57b683cd368ae4656e557452a94af8dd37501721d8292a32168100b04fed8c7c"
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.3/updatecli_Darwin_arm64.tar.gz"
26-
sha256 "50f5d6957b7608271492836cb169ccf7a3d5d5f25a7f7abbbca222c8ee6acf17"
25+
url "https://github.com/updatecli/updatecli/releases/download/v0.111.0-rc.2/updatecli_Darwin_arm64.tar.gz"
26+
sha256 "94a11790147de2d81ab432f583a6b3ee140624bd476d9fe2c329468d257d3de5"
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.3/updatecli_Linux_x86_64.tar.gz"
41-
sha256 "6f515d5ee3713f192e44ab7f5aeb58d2dcf14233312b86c1ac5cea74b60060dc"
40+
url "https://github.com/updatecli/updatecli/releases/download/v0.111.0-rc.2/updatecli_Linux_x86_64.tar.gz"
41+
sha256 "a07e1be8e830096d9019ae7cae510cb22e87da9af1a1bcac92619fd45b66f040"
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.3/updatecli_Linux_arm.tar.gz"
52-
sha256 "86253a6140ae9fefe8e82646086980fc3a30ede6b64eab249fb995b17cf14a50"
51+
url "https://github.com/updatecli/updatecli/releases/download/v0.111.0-rc.2/updatecli_Linux_arm.tar.gz"
52+
sha256 "329c3f720d4394dcfe7c7f307c55de18b6c97205ea8ecd8d5c51bbe431de236e"
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.3/updatecli_Linux_arm64.tar.gz"
63-
sha256 "a014b40449f64976e209a5333f1d7d468999003fc52c870b77c39f2775bd7c51"
62+
url "https://github.com/updatecli/updatecli/releases/download/v0.111.0-rc.2/updatecli_Linux_arm64.tar.gz"
63+
sha256 "5ca05d6a2f47860dee55bdf37651e91a32d4a71b7a91e25e7b5289f291016a76"
6464
def install
6565
bin.install "updatecli"
6666
bash_completion.install "completions/updatecli.bash" => "updatecli"

0 commit comments

Comments
 (0)