mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "1.18.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.18.0/oauth2c_1.18.0_Windows_x86_64.tar.gz",
|
|
"hash": "4f5a329eda1b23f63864de18b6043df25689117fcd8f3fb0ebb76eb198b2cce3"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/cloudentity/oauth2c/releases/download/v1.18.0/oauth2c_1.18.0_Windows_arm64.tar.gz",
|
|
"hash": "87cca138c239d51cd793d0dfa7ecc4b20ebf3d90ebbbf2d5e78abff6405a738a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|