ScoopInstaller_Main/bucket/supabase.json
2023-08-03 04:25:36 +00:00

27 lines
815 B
JSON

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