ScoopInstaller_Main/bucket/supabase.json
2023-10-31 08:25:57 +00:00

27 lines
817 B
JSON

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