2020-05-19 17:01:50 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.25.2",
"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.25.2/conan-win-64_1_25_2.exe",
"hash": "f9ec0ab78f9b62241fb090ae4f247d678fe9775bd7a390fa15ce94c983d9f5e6"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.25.2/conan-win-32_1_25_2.exe",
"hash": "ebee946b64197dde84b10d0b65467cfb422926d1fede28877dba92bdc2d1edec"
}
},
"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"
}
}
}