2024-11-21 12:32:31 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.17.0",
"description": "A command-line tool for interacting with OAuth 2.0 authorization servers.",
"homepage": "https://github.com/cloudentity/oauth2c",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/cloudentity/oauth2c/releases/download/v1.17.0/oauth2c_1.17.0_Windows_x86_64.tar.gz",
"hash": "a6c14fb9c5f01e414cbc5769738e1ef4ef915d8d274250457fcf1516134efb07"
},
"arm64": {
"url": "https://github.com/cloudentity/oauth2c/releases/download/v1.17.0/oauth2c_1.17.0_Windows_arm64.tar.gz",
"hash": "da7fb86e2b16359ac30e53a81a64ab4b67a69e80106c80bf75ead63bd991364e"
}
},
"bin": "oauth2c.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/cloudentity/oauth2c/releases/download/v$version/oauth2c_$version_Windows_x86_64.tar.gz"
},
"arm64": {
"url": "https://github.com/cloudentity/oauth2c/releases/download/v$version/oauth2c_$version_Windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}