55class Plural < Formula
66 desc "CLI for interacting with the plural platform"
77 homepage "https://docs.plural.sh"
8- version "0.12.17 "
8+ version "0.12.18 "
99 license "MIT"
1010
1111 on_macos do
1212 if Hardware ::CPU . intel?
13- url "https://github.com/pluralsh/plural-cli/releases/download/v0.12.17 /plural-cli_0.12.17_Darwin_amd64 .tar.gz" , using : CurlDownloadStrategy
14- sha256 "468a7ae4cf7e9aaca811d403a835a2b1440eb2117f1498b410485fec3983e107 "
13+ url "https://github.com/pluralsh/plural-cli/releases/download/v0.12.18 /plural-cli_0.12.18_Darwin_amd64 .tar.gz" , using : CurlDownloadStrategy
14+ sha256 "a67cb0a2cacde22708b65958c95ea2c1cfacde9a429a8faf3db6c082bb1e579e "
1515
1616 def install
1717 bin . install "plural"
1818 end
1919 end
2020 if Hardware ::CPU . arm?
21- url "https://github.com/pluralsh/plural-cli/releases/download/v0.12.17 /plural-cli_0.12.17_Darwin_arm64 .tar.gz" , using : CurlDownloadStrategy
22- sha256 "4bbee92ceb5163eabe4f7bcd63dc4f7b8c48bc82833de176a83ad26cd6814582 "
21+ url "https://github.com/pluralsh/plural-cli/releases/download/v0.12.18 /plural-cli_0.12.18_Darwin_arm64 .tar.gz" , using : CurlDownloadStrategy
22+ sha256 "4d92e56bcd1ff453a7a21fe5baa3ef6fb3a48662c1643b773df994433c693053 "
2323
2424 def install
2525 bin . install "plural"
@@ -29,15 +29,15 @@ def install
2929
3030 on_linux do
3131 if Hardware ::CPU . intel? and Hardware ::CPU . is_64_bit?
32- url "https://github.com/pluralsh/plural-cli/releases/download/v0.12.17 /plural-cli_0.12.17_Linux_amd64 .tar.gz" , using : CurlDownloadStrategy
33- sha256 "3a515815d44713d1df46f849cadb5164309d36ef8cd5895ef457b020ba844359 "
32+ url "https://github.com/pluralsh/plural-cli/releases/download/v0.12.18 /plural-cli_0.12.18_Linux_amd64 .tar.gz" , using : CurlDownloadStrategy
33+ sha256 "e14e5329fc317aac0437dc575c4b3fb331865064e9bd98e736c428f587beef62 "
3434 def install
3535 bin . install "plural"
3636 end
3737 end
3838 if Hardware ::CPU . arm? and Hardware ::CPU . is_64_bit?
39- url "https://github.com/pluralsh/plural-cli/releases/download/v0.12.17 /plural-cli_0.12.17_Linux_arm64 .tar.gz" , using : CurlDownloadStrategy
40- sha256 "f1d711ef29a0e7eef8bd05ec01cb542d9fa494f9b861db0fb45156764d16f6c8 "
39+ url "https://github.com/pluralsh/plural-cli/releases/download/v0.12.18 /plural-cli_0.12.18_Linux_arm64 .tar.gz" , using : CurlDownloadStrategy
40+ sha256 "a06a3d1cc7307af0e28652838855ebf5b0834d764d9cfb2ffaecad7de6cc32bd "
4141 def install
4242 bin . install "plural"
4343 end
0 commit comments