Skip to content

Commit 95baa4c

Browse files
committed
Brew formula update for updatecli version v0.113.0-rc.1
1 parent aace905 commit 95baa4c

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.112.0"
8+
version "0.113.0-rc.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.112.0/updatecli_Darwin_x86_64.tar.gz"
14-
sha256 "af946231820e974a958d6a6258301cf05cc2cf1392dc6110a1a5dec839ba3557"
13+
url "https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_Darwin_x86_64.tar.gz"
14+
sha256 "35f005e566d25bb34c1276ba6e23f92b9a7fb8383bc8f915dff16f7db90c3e57"
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.112.0/updatecli_Darwin_arm64.tar.gz"
26-
sha256 "736d74190b79b6278231f2e659ffc2c950dffe49534e3e1d558cfbf17ddcbb7c"
25+
url "https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_Darwin_arm64.tar.gz"
26+
sha256 "60453a0172ce5d9b7aad0bc175b18e431bcd4a159f42c95fc3ef0c2bd8b043c0"
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.112.0/updatecli_Linux_x86_64.tar.gz"
41-
sha256 "a07732a2453f69625acca3a4105b8a2c5fe1d7807247b830a17d6115b80e36d6"
40+
url "https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_Linux_x86_64.tar.gz"
41+
sha256 "005e501c4fd1f45e6d82b7e3894a085cbd550037ea853ce12449bdc249458440"
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.112.0/updatecli_Linux_arm.tar.gz"
52-
sha256 "889ff7255c84ec70c8e1c0607f0e65b62c8143a41e7213ac359b36f41af3c976"
51+
url "https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_Linux_arm.tar.gz"
52+
sha256 "735bbebf23cfa014ec0383a7e15908e8c68d31429d4685628cd39997c7b368f4"
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.112.0/updatecli_Linux_arm64.tar.gz"
63-
sha256 "d323b1a716cb7e21ec11a27cf30998f85cf774f337a1666dc8913022b426931a"
62+
url "https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_Linux_arm64.tar.gz"
63+
sha256 "a693c38c56f31a0ffa104d4c0ea765c107d8d5127f20dfbd67cf614223460117"
6464
def install
6565
bin.install "updatecli"
6666
bash_completion.install "completions/updatecli.bash" => "updatecli"

0 commit comments

Comments
 (0)