ScoopInstaller_Main/bucket/supabase.json
2023-06-28 12:32:07 +00:00

27 lines
815 B
JSON

{
"version": "1.75.1",
"description": "An open-source Firebase alternative.",
"homepage": "https://supabase.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v1.75.1/supabase_windows_amd64.tar.gz",
"hash": "1360a57931a5f304c8e5969875d7ef9132d2d053bb20e9714d4ec481dfc4d683"
}
},
"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"
}
}
}