2020-01-31 16:01:48 +00:00

39 lines
1.3 KiB
JSON

{
"version": "1.21.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.21.2/conan-win-64_1_21_2.exe",
"hash": "a4a0151b6ef58f3643f1cd0939b1f125561cf7fb50d35f7a084231c47065d312"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.21.2/conan-win-32_1_21_2.exe",
"hash": "403ec6448fc79156d669e9730291df1ba0890488d04f30b95d8fddc35d94edf3"
}
},
"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"
}
}
}