2024-08-20 16:28:14 +00:00

32 lines
1.2 KiB
JSON

{
"version": "1.16.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.16.0/oauth2c_1.16.0_Windows_x86_64.tar.gz",
"hash": "9dab1765301496e94001153e11d6ed5765d0401fee533d466ad07bb5bdc1595b"
},
"arm64": {
"url": "https://github.com/cloudentity/oauth2c/releases/download/v1.16.0/oauth2c_1.16.0_Windows_arm64.tar.gz",
"hash": "df00c98aff5e6e95e2c98e45916bf4a6d7996d6864147fde5ceb18c1364ac26f"
}
},
"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"
}
}
}