ScoopInstaller_Main/bucket/supabase.json
2023-11-14 04:25:42 +00:00

27 lines
817 B
JSON

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