ScoopInstaller_Main/bucket/supabase.json
2024-04-15 05:11:53 +00:00

34 lines
1.2 KiB
JSON

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