2021-10-29 06:00:38 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.42.0",
"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.42.0/conan-win-64.exe",
"hash": "71c54bf742f8ffab76847582522d1e35ae25ee56748c98c49480fb3c96bc68e5"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.42.0/conan-win-32.exe",
"hash": "01b4739ad19bcceba8e7e3877c555d7bfb83735bf0fb6097f8fce3257ea2b6af"
}
},
"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.exe"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-win-32.exe"
}
}
}
}