ScoopInstaller_Main/bucket/supabase.json
2023-09-19 08:28:12 +00:00

27 lines
815 B
JSON

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