ScoopInstaller_Main/bucket/supabase.json
2025-01-28 04:29:55 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.9.6",
"description": "An open-source Firebase alternative.",
"homepage": "https://supabase.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v2.9.6/supabase_windows_amd64.tar.gz",
"hash": "6d649dc954ea0863f492b43acbfe6a40e3555f61743f7e70d78e0ebd99906823"
},
"arm64": {
"url": "https://github.com/supabase/cli/releases/download/v2.9.6/supabase_windows_arm64.tar.gz",
"hash": "683ca32feda6921102b7a3caccc506afa40a6d2029d00db4ab3d3648da3d3e59"
}
},
"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"
}
}
}