ScoopInstaller_Main/bucket/supabase.json
2023-08-22 04:25:17 +00:00

27 lines
815 B
JSON

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