ScoopInstaller_Main/bucket/supabase.json
2024-01-23 04:26:36 +00:00

27 lines
817 B
JSON

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