From 4030f6126c256dcaf4712bd4cfc4f85e4d5c859a Mon Sep 17 00:00:00 2001 From: goreleaserbot Date: Tue, 23 Apr 2024 08:27:06 -0700 Subject: [PATCH] Brew formula update for pscale version v0.197.0 --- Formula/pscale.rb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Formula/pscale.rb b/Formula/pscale.rb index a1186b7..d476e0e 100644 --- a/Formula/pscale.rb +++ b/Formula/pscale.rb @@ -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" @@ -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" @@ -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" @@ -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" @@ -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"