ScoopInstaller_Main/bucket/supabase.json
2024-01-25 08:26:47 +00:00

27 lines
817 B
JSON

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