ScoopInstaller_Main/bucket/supabase.json
2023-06-29 00:36:34 +00:00

27 lines
815 B
JSON

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