2023-08-29 16:27:05 +00:00

32 lines
1.1 KiB
JSON

{
"version": "2.0.10",
"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.10/conan-win-64.exe",
"hash": "568cc72331e37eb73a2cdb6cf51c0e2436d840541c16ca6c9b33153bdcab7492"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.0.10/conan-win-32.exe",
"hash": "8f6897777c382583422a05aa092e2102aec86c4764118837ee934852dd837cbb"
}
},
"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"
}
}
}
}