ScoopInstaller_Main/bucket/supabase.json
2024-06-13 12:31:43 +00:00

34 lines
1.2 KiB
JSON

{
"version": "1.176.9",
"description": "An open-source Firebase alternative.",
"homepage": "https://supabase.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/supabase/cli/releases/download/v1.176.9/supabase_windows_amd64.tar.gz",
"hash": "63d0d3f3f6ea5c370273924828f19abf077dc493cdb4e38cf284483991d4d7ef"
},
"arm64": {
"url": "https://github.com/supabase/cli/releases/download/v1.176.9/supabase_windows_arm64.tar.gz",
"hash": "6b1e6d449cf0700e686d69789e4c5f4d21d911b5bc9150ab74c9998252ca0968"
}
},
"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"
}
}
}