ScoopInstaller_Main/bucket/supabase.json
2024-03-19 04:25:53 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.150.0",
"description": "An open-source Firebase alternative.",
"homepage": "https://supabase.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v1.150.0/supabase_windows_amd64.tar.gz",
"hash": "3e8e7844092ee935c479a209a44dd8abdc51aee2b20491b170566e028565067a"
},
"arm64": {
"url": "https://github.com/supabase/cli/releases/download/v1.150.0/supabase_windows_arm64.tar.gz",
"hash": "317d61cd32d92d76b083c6d6bb41fc23e54f416dab08a3f76272d4f264314fc6"
}
},
"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"
}
}
}