Skip to content

Commit

Permalink
Brew formula update for plural-cli version v0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-bot committed Apr 1, 2024
1 parent a05b75b commit ef80f3d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/plural.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
class Plural < Formula
desc "CLI for interacting with the plural platform"
homepage "https://docs.plural.sh"
version "0.8.8"
version "0.8.9"
license "MIT"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/pluralsh/plural-cli/releases/download/v0.8.8/plural-cli_0.8.8_Darwin_arm64.tar.gz", using: CurlDownloadStrategy
sha256 "cd703f7e2942f29a557a175bdea1bb6d41aa80e7ac87fe6bbb51dea01582d990"
url "https://github.com/pluralsh/plural-cli/releases/download/v0.8.9/plural-cli_0.8.9_Darwin_arm64.tar.gz", using: CurlDownloadStrategy
sha256 "abcf92c4e8fc617f528aba7b022303fa6276e04d02ef185d42824457b3207179"

def install
bin.install "plural"
end
end
if Hardware::CPU.intel?
url "https://github.com/pluralsh/plural-cli/releases/download/v0.8.8/plural-cli_0.8.8_Darwin_amd64.tar.gz", using: CurlDownloadStrategy
sha256 "786bdd130d2d14d59fc20a0e9f93b2c72e289c93f8191fcc2001d85ae89eb75a"
url "https://github.com/pluralsh/plural-cli/releases/download/v0.8.9/plural-cli_0.8.9_Darwin_amd64.tar.gz", using: CurlDownloadStrategy
sha256 "3a07f5899a393926e2f901cdd0b4870b115f3bb257eef7aa80164131b7b9e651"

def install
bin.install "plural"
Expand All @@ -29,16 +29,16 @@ def install

on_linux do
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/pluralsh/plural-cli/releases/download/v0.8.8/plural-cli_0.8.8_Linux_arm64.tar.gz", using: CurlDownloadStrategy
sha256 "beb3032fb05c01cad181c872bdf4d653498bbaee3b8838dfd0ef72f2bff5c6bf"
url "https://github.com/pluralsh/plural-cli/releases/download/v0.8.9/plural-cli_0.8.9_Linux_arm64.tar.gz", using: CurlDownloadStrategy
sha256 "8d3dab9f85d80f745bd999fecc375d8944c718934c4ac29dd5fd394509b9dda6"

def install
bin.install "plural"
end
end
if Hardware::CPU.intel?
url "https://github.com/pluralsh/plural-cli/releases/download/v0.8.8/plural-cli_0.8.8_Linux_amd64.tar.gz", using: CurlDownloadStrategy
sha256 "a4ba398f0c21d5e757a3c21741d8ef8fcb326ef8938661d3dca1b0e24e8286c8"
url "https://github.com/pluralsh/plural-cli/releases/download/v0.8.9/plural-cli_0.8.9_Linux_amd64.tar.gz", using: CurlDownloadStrategy
sha256 "6fb28bfaf698d3351bb22a34e761d8aab7efb6f7f50e1c58bf31b0eb476074f3"

def install
bin.install "plural"
Expand Down

0 comments on commit ef80f3d

Please sign in to comment.