ScoopInstaller_Main/bucket/supabase.json
2023-10-17 16:27:59 +00:00

27 lines
817 B
JSON

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