2023-07-13 12:33:11 +00:00

32 lines
1.1 KiB
JSON

{
"version": "2.0.8",
"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.8/conan-win-64.exe",
"hash": "f97076e958b579964b5d66e76cfae7fe76398d71a94c8ba7fd57b8bb6d889d95"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.0.8/conan-win-32.exe",
"hash": "bf971220872e59c7ef0701095acf4ab2218d6d2055ef1b2631b545e358018f32"
}
},
"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"
}
}
}
}