ScoopInstaller_Main/bucket/supabase.json
2024-11-07 12:32:39 +00:00

34 lines
1.2 KiB
JSON

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