ScoopInstaller_Main/bucket/supabase.json
2024-01-17 08:27:05 +00:00

27 lines
817 B
JSON

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