2021-01-03 14:16:51 +01:00

39 lines
1.3 KiB
JSON

{
"version": "1.32.1",
"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/1.32.1/conan-win-64_1_32_1.exe",
"hash": "d4816e74bda3c52887f75a524b9631828343961c6392ec82a8ac8c4ba1be2cf7"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.32.1/conan-win-32_1_32_1.exe",
"hash": "444a6694319932fb2ec423cc4d1de3a50de7190556f8c44ba14a0e1cf7391ac9"
}
},
"innosetup": true,
"bin": [
"conan\\conan.exe",
"conan\\conan_build_info.exe",
"conan\\conan_server.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_$underscoreVersion.exe"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-win-32_$underscoreVersion.exe"
}
},
"hash": {
"url": "https://dl.bintray.com/conan/installers/$basename.sha256"
}
}
}