diff --git a/bucket/supabase.json b/bucket/supabase.json new file mode 100644 index 0000000000..5b66cf4243 --- /dev/null +++ b/bucket/supabase.json @@ -0,0 +1,26 @@ +{ + "version": "1.68.6", + "description": "An open-source Firebase alternative.", + "homepage": "https://supabase.com/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/supabase/cli/releases/download/v1.68.6/supabase_windows_amd64.tar.gz", + "hash": "fc4912ec9d1533a88995f9fb2de954e59362833c584373cdcd021e26cdac62b2" + } + }, + "bin": "supabase.exe", + "checkver": { + "github": "https://github.com/supabase/cli" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/supabase/cli/releases/download/v$version/supabase_windows_amd64.tar.gz" + } + }, + "hash": { + "url": "$baseurl/supabase_$version_checksums.txt" + } + } +}