ScoopInstaller_Main/bucket/supabase.json
2025-08-12 12:32:12 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.34.3",
"description": "An open-source Firebase alternative.",
"homepage": "https://supabase.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v2.34.3/supabase_windows_amd64.tar.gz",
"hash": "9c493366bcee7a0c32aed21a03d000abd4c4172b82415b4a295c6ff7d1fac09d"
},
"arm64": {
"url": "https://github.com/supabase/cli/releases/download/v2.34.3/supabase_windows_arm64.tar.gz",
"hash": "f20856a3374833a541ef014ab3363ffc20ad44123576a4f0b7f536f7812e3c79"
}
},
"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"
},
"arm64": {
"url": "https://github.com/supabase/cli/releases/download/v$version/supabase_windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/supabase_$version_checksums.txt"
}
}
}