Skip to content

Commit b985e45

Browse files
committed
[skip ci] Brew formula update for meta-cli version v0.0.89
1 parent 12a7e00 commit b985e45

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

Formula/meta.rb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
class Meta < Formula
66
desc "CLI for reading/writing Screwdriver project metadata"
77
homepage "https://github.com/screwdriver-cd/meta-cli"
8-
version "0.0.88"
8+
version "0.0.89"
99

1010
on_macos do
1111
if Hardware::CPU.intel?
12-
url "https://github.com/screwdriver-cd/meta-cli/releases/download/v0.0.88/meta-cli_darwin_amd64"
13-
sha256 "b007e6339b51cbe77ba9a57477a5ee44ef2a6cb94ca876ed895e7df2cce8428d"
12+
url "https://github.com/screwdriver-cd/meta-cli/releases/download/v0.0.89/meta-cli_darwin_amd64"
13+
sha256 "05a8764a463a694ba7f06b72d68b762207047a56eaa87870d2c732ed4be54fd8"
1414

15-
def install
15+
define_method(:install) do
1616
bin.install File.basename(@stable.url) => "meta"
1717
ohai 'Notice', <<~EOL
1818
In order to use, you may wish to add the following to your ~/.bash_profile and execute now
@@ -24,10 +24,10 @@ def install
2424
end
2525
end
2626
if Hardware::CPU.arm?
27-
url "https://github.com/screwdriver-cd/meta-cli/releases/download/v0.0.88/meta-cli_darwin_arm64"
28-
sha256 "2327b9188dbf9eaa61e0e99e7a788e190066fd99c6b3e54de0de6143ef6bdc20"
27+
url "https://github.com/screwdriver-cd/meta-cli/releases/download/v0.0.89/meta-cli_darwin_arm64"
28+
sha256 "0774dc25ecdcfee2d5ee28160a701fab6da0552fdb0a29a8edfb11f932678ba8"
2929

30-
def install
30+
define_method(:install) do
3131
bin.install File.basename(@stable.url) => "meta"
3232
ohai 'Notice', <<~EOL
3333
In order to use, you may wish to add the following to your ~/.bash_profile and execute now
@@ -42,9 +42,9 @@ def install
4242

4343
on_linux do
4444
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
45-
url "https://github.com/screwdriver-cd/meta-cli/releases/download/v0.0.88/meta-cli_linux_amd64"
46-
sha256 "33ac9b53755599e162dea659d2b9fc45ebc49acd520d9ad22e80605fd46f6bfd"
47-
def install
45+
url "https://github.com/screwdriver-cd/meta-cli/releases/download/v0.0.89/meta-cli_linux_amd64"
46+
sha256 "7cbba63ef628d9e506d5da3a39430345412b81de3cac9aa765e08fe4e3ee75cd"
47+
define_method(:install) do
4848
bin.install File.basename(@stable.url) => "meta"
4949
ohai 'Notice', <<~EOL
5050
In order to use, you may wish to add the following to your ~/.bash_profile and execute now
@@ -56,9 +56,9 @@ def install
5656
end
5757
end
5858
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
59-
url "https://github.com/screwdriver-cd/meta-cli/releases/download/v0.0.88/meta-cli_linux_arm64"
60-
sha256 "605dfe3bba8234d135d2e8437e8c3f12d2c5f1ac711b1767b44fbdeadeaae342"
61-
def install
59+
url "https://github.com/screwdriver-cd/meta-cli/releases/download/v0.0.89/meta-cli_linux_arm64"
60+
sha256 "644b25bc3ac50e46f2824ccaf6b717792283891147edb9011b7bb89ecea04966"
61+
define_method(:install) do
6262
bin.install File.basename(@stable.url) => "meta"
6363
ohai 'Notice', <<~EOL
6464
In order to use, you may wish to add the following to your ~/.bash_profile and execute now

0 commit comments

Comments
 (0)