2023-09-18 08:27:17 +00:00

32 lines
1.1 KiB
JSON

{
"version": "2.0.11",
"description": "The open-source, decentralized C/C++ package manager",
"homepage": "https://conan.io",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.0.11/conan-win-64.exe",
"hash": "3ee796c05b34d9776a30c2c6adf043354f576474bf134eb7f4906537ab9567bf"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.0.11/conan-win-32.exe",
"hash": "1137dc37fd60e9f44d27c1f527fbb07d92d69c99a9f017023685fd9d6c990a65"
}
},
"innosetup": true,
"bin": "conan\\conan.exe",
"checkver": {
"github": "https://github.com/conan-io/conan"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-win-64.exe"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-win-32.exe"
}
}
}
}