ScoopInstaller_Main/bucket/supabase.json
2023-12-31 00:32:31 +00:00

27 lines
817 B
JSON

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