2022-10-05 00:43:07 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.53.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.53.0/conan-win-64.exe",
"hash": "96fc6cc19855b9aeabd0c8b07389cf37b4de8d6176cee475afe6b2e7956a7657"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.53.0/conan-win-32.exe",
"hash": "bbcdeec6c41aaa657bd002262226388df5f0e02901fdbeaf0b408c9e7902a469"
}
},
"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"
}
}
}
}