2022-03-18 16:29:46 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.46.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.46.2/conan-win-64.exe",
"hash": "5add6ed24009e04cdcab652dc82780fa0f45a19354c028bd88aea689d73c6817"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.46.2/conan-win-32.exe",
"hash": "8996aefbe668f83191c4ee29f38c0e47488fe7f49e3e7f78f7aec7c9110a8f73"
}
},
"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"
}
}
}
}