Skip to content

Commit

Permalink
Brew formula update for pscale version v0.197.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Apr 23, 2024
1 parent aca2c2a commit 4030f61
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.196.0"
version "0.197.0"
license "Apache 2.0"

depends_on "mysql" => :optional

on_macos do
if Hardware::CPU.arm?
url "https://github.com/planetscale/cli/releases/download/v0.196.0/pscale_0.196.0_macOS_arm64.tar.gz"
sha256 "9d123dbc4a19251f7da924a0b5d035e2f5356241d852c9973d06951e06867bb6"
url "https://github.com/planetscale/cli/releases/download/v0.197.0/pscale_0.197.0_macOS_arm64.tar.gz"
sha256 "58a3ee6e312eddda6645d8d2cd3d3c925b65ea0281bbb43259bfeec6d8e36ce4"

def install
bin.install "pscale"
Expand All @@ -23,8 +23,8 @@ def install
end
end
if Hardware::CPU.intel?
url "https://github.com/planetscale/cli/releases/download/v0.196.0/pscale_0.196.0_macOS_amd64.tar.gz"
sha256 "61ad59939729833a3b810ffb4ad104d8402aaf0341ec778e1bc4f24b14c237e8"
url "https://github.com/planetscale/cli/releases/download/v0.197.0/pscale_0.197.0_macOS_amd64.tar.gz"
sha256 "21d396cc15099c31d7d43f7cb5fabe17b43bdf172aceaf3e9f05079121ce277b"

def install
bin.install "pscale"
Expand All @@ -37,8 +37,8 @@ def install

on_linux do
if Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
url "https://github.com/planetscale/cli/releases/download/v0.196.0/pscale_0.196.0_linux_arm.tar.gz"
sha256 "91bcdf54e5d98b90d577d8eb12e306181642ec38ccbeac37fbd4416b4d468969"
url "https://github.com/planetscale/cli/releases/download/v0.197.0/pscale_0.197.0_linux_arm.tar.gz"
sha256 "18434b2d75a99c9f6ce7aeb855d426bc8f11c17449cac37122e6688ddcd4d87c"

def install
bin.install "pscale"
Expand All @@ -48,8 +48,8 @@ def install
end
end
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/planetscale/cli/releases/download/v0.196.0/pscale_0.196.0_linux_arm64.tar.gz"
sha256 "54675574a52a0727b012ec0754276297c9083209b2f10deb67f15e402f4e46df"
url "https://github.com/planetscale/cli/releases/download/v0.197.0/pscale_0.197.0_linux_arm64.tar.gz"
sha256 "51910d42b7dcff29aa01a4c404b3a43432e07c18dd5af7078e97fbd7c29932bc"

def install
bin.install "pscale"
Expand All @@ -59,8 +59,8 @@ def install
end
end
if Hardware::CPU.intel?
url "https://github.com/planetscale/cli/releases/download/v0.196.0/pscale_0.196.0_linux_amd64.tar.gz"
sha256 "3cd4f5d9b668e6ffe8e10c19f1cb3299aa67e82283b8beefd746b1b640008859"
url "https://github.com/planetscale/cli/releases/download/v0.197.0/pscale_0.197.0_linux_amd64.tar.gz"
sha256 "b975b0cb9e3002f731e934863025ac95b5247167caed59dabba4787ffe3f2eab"

def install
bin.install "pscale"
Expand Down

0 comments on commit 4030f61

Please sign in to comment.