ScoopInstaller_Main/bucket/supabase.json
2025-04-08 12:31:26 +00:00

34 lines
1.2 KiB
JSON

{
"version": "2.20.12",
"description": "An open-source Firebase alternative.",
"homepage": "https://supabase.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v2.20.12/supabase_windows_amd64.tar.gz",
"hash": "9978514aedbc183e2ba0805b471df42732cbdbaa2eb698b025a227d7ef6eeee5"
},
"arm64": {
"url": "https://github.com/supabase/cli/releases/download/v2.20.12/supabase_windows_arm64.tar.gz",
"hash": "ba39767a08039324b3a6c7e180aa8949c78eee63866045971731d415c2c80221"
}
},
"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"
}
}
}