Skip to content

Commit 0ee9cf1

Browse files
Release Supabase CLI (Beta) (#735)
Co-authored-by: supabase-cli-releaser[bot] <246109035+supabase-cli-releaser[bot]@users.noreply.github.com>
1 parent 2083edc commit 0ee9cf1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

supabase-beta.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
class SupabaseBeta < Formula
66
desc "Supabase CLI (Beta)"
77
homepage "https://supabase.com"
8-
version "2.62.9"
8+
version "2.62.10"
99
license "MIT"
1010

1111
on_macos do
1212
if Hardware::CPU.arm?
13-
url "https://github.com/supabase/cli/releases/download/v2.62.9/supabase_darwin_arm64.tar.gz"
14-
sha256 "7b1d704e96a0ac44a9e0faedb85ab96ed5ace447abc1cae2cc68a53d9038619a"
13+
url "https://github.com/supabase/cli/releases/download/v2.62.10/supabase_darwin_arm64.tar.gz"
14+
sha256 "0cd17cca87242cf3b2aa460bed043be07f7a2cbfd1939003bda0cf9737a1b4e0"
1515

1616
def install
1717
bin.install "supabase"
@@ -21,8 +21,8 @@ def install
2121
end
2222
end
2323
if Hardware::CPU.intel?
24-
url "https://github.com/supabase/cli/releases/download/v2.62.9/supabase_darwin_amd64.tar.gz"
25-
sha256 "9ed4e10babcea67ffccd08a139baad2f7afe7b5eba8edc44fc0818c73bb7ee31"
24+
url "https://github.com/supabase/cli/releases/download/v2.62.10/supabase_darwin_amd64.tar.gz"
25+
sha256 "b2d47b0ead6e1fbe485d3f2f8b6029ecc691353b5eddd35d2b3378105eefd476"
2626

2727
def install
2828
bin.install "supabase"
@@ -35,8 +35,8 @@ def install
3535

3636
on_linux do
3737
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
38-
url "https://github.com/supabase/cli/releases/download/v2.62.9/supabase_linux_arm64.tar.gz"
39-
sha256 "9f6bc534d9c484bcf3599e2859b63027632c02a19197628387b9b6e116a877dc"
38+
url "https://github.com/supabase/cli/releases/download/v2.62.10/supabase_linux_arm64.tar.gz"
39+
sha256 "77fd2936758327e94eba5d0bef33b93e588dbc0d52be6b5cf4087a28bb74eae9"
4040

4141
def install
4242
bin.install "supabase"
@@ -46,8 +46,8 @@ def install
4646
end
4747
end
4848
if Hardware::CPU.intel?
49-
url "https://github.com/supabase/cli/releases/download/v2.62.9/supabase_linux_amd64.tar.gz"
50-
sha256 "9834e2d6d888c078a847d5437e3daa9fc763a5c5c219a58ba2adfd78ecc6aaf4"
49+
url "https://github.com/supabase/cli/releases/download/v2.62.10/supabase_linux_amd64.tar.gz"
50+
sha256 "f0c52a3fd4472999e008f721c62aaa7d22446db56f2f6299b5ff696afef8081d"
5151

5252
def install
5353
bin.install "supabase"

0 commit comments

Comments
 (0)