2022-05-18 12:40:45 +00:00

36 lines
1.2 KiB
JSON

{
"version": "1.48.1",
"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.48.1/conan-win-64.exe",
"hash": "c043bc03758a147daa205b55a0891edcd3f8dccb5a8d38e65344cbd7b437441b"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/1.48.1/conan-win-32.exe",
"hash": "71154ce357e15dbcbd10d3b497af44561f8b5d8a4800495ce092b446ad5df810"
}
},
"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"
}
}
}
}