2021-12-03 14:00:39 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.43.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.43.0/conan-win-64.exe",
"hash": "ab9429cdb47b4248a3607a203b2cfa9c87a922c0bac9c62b2b540b4bd71e8a65"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.43.0/conan-win-32.exe",
"hash": "e853b3adabc551e2a2f4bbf9be09806d9f7cd7b145f7bc9b09a45291d81077cd"
}
},
"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"
}
}
}
}