From 3fa80b8260ad3fc3f129cc7055cc6b619b298f22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 04:31:03 +0000 Subject: [PATCH] supabase: Update to version 2.1.1 --- bucket/supabase.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/supabase.json b/bucket/supabase.json index 2a3a67f2cd..2961988b1b 100644 --- a/bucket/supabase.json +++ b/bucket/supabase.json @@ -1,16 +1,16 @@ { - "version": "2.0.0", + "version": "2.1.1", "description": "An open-source Firebase alternative.", "homepage": "https://supabase.com/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/supabase/cli/releases/download/v2.0.0/supabase_windows_amd64.tar.gz", - "hash": "3420f75c88632e454d43ae86794a94b2b412e1f8f909caa0f71e435e1c5e1769" + "url": "https://github.com/supabase/cli/releases/download/v2.1.1/supabase_windows_amd64.tar.gz", + "hash": "d35e6e4140cf98478ff68652fc41048283bb287907e51254cd1ae58ddb69872a" }, "arm64": { - "url": "https://github.com/supabase/cli/releases/download/v2.0.0/supabase_windows_arm64.tar.gz", - "hash": "82e6501729c57f8400494a71758e88c8f3ba004ed034fba74982f05ed52ff973" + "url": "https://github.com/supabase/cli/releases/download/v2.1.1/supabase_windows_arm64.tar.gz", + "hash": "a2a4beedc7c06a99d1de7ac561a4023de2a7c8085c895341be0b2bff59d7ae9e" } }, "bin": "supabase.exe",