ScoopInstaller_Main/bucket/supabase.json
2024-04-30 04:27:07 +00:00

34 lines
1.2 KiB
JSON

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