Skip to content

Commit

Permalink
Brew formula update for pscale version v0.205.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Jul 17, 2024
1 parent 30834ba commit 45def7c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Formula/pscale.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
class Pscale < Formula
desc "The PlanetScale CLI"
homepage "https://planetscale.com/"
version "0.204.0"
version "0.205.0"
license "Apache 2.0"

depends_on "mysql" => :optional

on_macos do
on_intel do
url "https://github.com/planetscale/cli/releases/download/v0.204.0/pscale_0.204.0_macOS_amd64.tar.gz"
sha256 "f8f815d8c58a99b83147170e0689d97d8c05e9fee129594cef841bc52281531a"
url "https://github.com/planetscale/cli/releases/download/v0.205.0/pscale_0.205.0_macOS_amd64.tar.gz"
sha256 "0c93c502a2df72a7cf5ef6c7a319bbdccb9692d691d9dbbea921ab5c68083fbf"

def install
bin.install "pscale"
Expand All @@ -23,8 +23,8 @@ def install
end
end
on_arm do
url "https://github.com/planetscale/cli/releases/download/v0.204.0/pscale_0.204.0_macOS_arm64.tar.gz"
sha256 "9874ea133db0f51313ff51310d7d5f00401bd0a5e9bf7206c9b3d6786df9bd73"
url "https://github.com/planetscale/cli/releases/download/v0.205.0/pscale_0.205.0_macOS_arm64.tar.gz"
sha256 "de08fc7c3c3b6eaf1fda605ce16a4c6bfe4871ae212dedc55b41ba8f8631099f"

def install
bin.install "pscale"
Expand All @@ -38,8 +38,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/planetscale/cli/releases/download/v0.204.0/pscale_0.204.0_linux_amd64.tar.gz"
sha256 "83509db216c4818ef10129526ef173290254c7e5009726c7ec1721654bb9ff19"
url "https://github.com/planetscale/cli/releases/download/v0.205.0/pscale_0.205.0_linux_amd64.tar.gz"
sha256 "f030f430f71311e1b6eb114a0acf9f779e9b1cccaa6331da63ba9ffa88a588b1"

def install
bin.install "pscale"
Expand All @@ -51,8 +51,8 @@ def install
end
on_arm do
if !Hardware::CPU.is_64_bit?
url "https://github.com/planetscale/cli/releases/download/v0.204.0/pscale_0.204.0_linux_arm.tar.gz"
sha256 "dffa363b7cf6a79abb46e30efa30e58ce310cb557560d3443197d00b7b215672"
url "https://github.com/planetscale/cli/releases/download/v0.205.0/pscale_0.205.0_linux_arm.tar.gz"
sha256 "b9ca3f8a2647a4a39c5b7fe5706ff7cd367a4a20c41fb1da97fea92511237dde"

def install
bin.install "pscale"
Expand All @@ -64,8 +64,8 @@ def install
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/planetscale/cli/releases/download/v0.204.0/pscale_0.204.0_linux_arm64.tar.gz"
sha256 "49089695bbbf525efa9321703e98190f434f5d9307146bc44dd6e5713f78c54a"
url "https://github.com/planetscale/cli/releases/download/v0.205.0/pscale_0.205.0_linux_arm64.tar.gz"
sha256 "89c18471928a85c3facdfbd2eb9a94ad54e39377eb044e39aea998b9f78b858b"

def install
bin.install "pscale"
Expand Down

0 comments on commit 45def7c

Please sign in to comment.