2019-09-10 12:00:39 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.18.3",
"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.18.3/conan-win-64_1_18_3.exe",
"hash": "7e4c0d079ba39fce50acf4ee9a4fbbaaf77976c8c9fc4f5d2986e59d69148000"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.18.3/conan-win-32_1_18_3.exe",
"hash": "b64a8f995487d1945933f0b7c8c122afaa99600dbbf6fa713ed1875dcf728cb0"
}
},
"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"
}
}
}