ScoopInstaller_Main/bucket/supabase.json
2023-07-25 08:28:13 +00:00

27 lines
815 B
JSON

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