ScoopInstaller_Main/bucket/supabase.json
2024-12-31 16:30:25 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.2.1",
"description": "An open-source Firebase alternative.",
"homepage": "https://supabase.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v2.2.1/supabase_windows_amd64.tar.gz",
"hash": "11ce336238026c63b83da529f561e96cad4d361cb83b3690985c5ba04e1f852c"
},
"arm64": {
"url": "https://github.com/supabase/cli/releases/download/v2.2.1/supabase_windows_arm64.tar.gz",
"hash": "703d8380229b1e801b0e55d479bb9990bf92a77ae44b50445a0a4aad756c4a4c"
}
},
"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"
},
"arm64": {
"url": "https://github.com/supabase/cli/releases/download/v$version/supabase_windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/supabase_$version_checksums.txt"
}
}
}