ScoopInstaller_Main/bucket/supabase.json
2023-11-26 00:32:42 +00:00

27 lines
817 B
JSON

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