Skip to content

Commit 72e9903

Browse files
committed
Brew formula update for updatecli version v0.114.0
1 parent 9505696 commit 72e9903

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

Formula/updatecli.rb

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
class Updatecli < Formula
66
desc "A declarative update policy engine."
77
homepage "https://updatecli.io/"
8-
version "0.114.0-rc.1"
8+
version "0.114.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.114.0-rc.1/updatecli_Darwin_x86_64.tar.gz"
14-
sha256 "546e5db1c82203daac134a638ce796e21201d00a8b37aa6c13a37d538557f1fc"
13+
url "https://github.com/updatecli/updatecli/releases/download/v0.114.0/updatecli_Darwin_x86_64.tar.gz"
14+
sha256 "ef2cb1cb9e3ca82bf0fd76368179af8ec884986686db6e6643845c2778cf55fb"
1515

16-
def install
16+
define_method(:install) do
1717
bin.install "updatecli"
1818
bash_completion.install "completions/updatecli.bash" => "updatecli"
1919
zsh_completion.install "completions/updatecli.zsh" => "_updatecli"
@@ -22,10 +22,10 @@ def install
2222
end
2323
end
2424
if Hardware::CPU.arm?
25-
url "https://github.com/updatecli/updatecli/releases/download/v0.114.0-rc.1/updatecli_Darwin_arm64.tar.gz"
26-
sha256 "eebfacd20b0d71c393b8defbb48de26f7590a3a25bbfb7ecf32a1f93c612e656"
25+
url "https://github.com/updatecli/updatecli/releases/download/v0.114.0/updatecli_Darwin_arm64.tar.gz"
26+
sha256 "c2c4d6a91b2598c40bdd91046c6bb209b6826e203bfaf412ea53552f24cbd766"
2727

28-
def install
28+
define_method(:install) do
2929
bin.install "updatecli"
3030
bash_completion.install "completions/updatecli.bash" => "updatecli"
3131
zsh_completion.install "completions/updatecli.zsh" => "_updatecli"
@@ -37,9 +37,9 @@ 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.114.0-rc.1/updatecli_Linux_x86_64.tar.gz"
41-
sha256 "2be2bee08a74f8c1b4dffb21b23440606745fd49206cf63e9152c064342c1264"
42-
def install
40+
url "https://github.com/updatecli/updatecli/releases/download/v0.114.0/updatecli_Linux_x86_64.tar.gz"
41+
sha256 "bf0c9310472057f47ba6e5097fcf334a1a64970371bc296dcc3120734c13d59d"
42+
define_method(:install) do
4343
bin.install "updatecli"
4444
bash_completion.install "completions/updatecli.bash" => "updatecli"
4545
zsh_completion.install "completions/updatecli.zsh" => "_updatecli"
@@ -48,9 +48,9 @@ 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.114.0-rc.1/updatecli_Linux_arm.tar.gz"
52-
sha256 "a1a6460e1b676216c9540fa6f9b0e2cd47f85ccb1708523aaf00e04673b30e6e"
53-
def install
51+
url "https://github.com/updatecli/updatecli/releases/download/v0.114.0/updatecli_Linux_arm.tar.gz"
52+
sha256 "0b0e7ebd04b833878305e1db593291208f14295814722acc806cb83d994527dc"
53+
define_method(:install) do
5454
bin.install "updatecli"
5555
bash_completion.install "completions/updatecli.bash" => "updatecli"
5656
zsh_completion.install "completions/updatecli.zsh" => "_updatecli"
@@ -59,9 +59,9 @@ 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.114.0-rc.1/updatecli_Linux_arm64.tar.gz"
63-
sha256 "70c49ddba6f1486894b2f881b341f2b2fa5038abc4bc444aa1bff08381c9216c"
64-
def install
62+
url "https://github.com/updatecli/updatecli/releases/download/v0.114.0/updatecli_Linux_arm64.tar.gz"
63+
sha256 "7f6c664a59ebb38615a910b1bd6d428f697798b9c980480c55c0dc8ddd2e8f23"
64+
define_method(:install) do
6565
bin.install "updatecli"
6666
bash_completion.install "completions/updatecli.bash" => "updatecli"
6767
zsh_completion.install "completions/updatecli.zsh" => "_updatecli"

0 commit comments

Comments
 (0)