2023-05-18 20:25:00 +00:00

32 lines
1.1 KiB
JSON

{
"version": "2.0.5",
"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/2.0.5/conan-win-64.exe",
"hash": "8063b3eb51ef523cb1dcec812ad79d5e1dc0f5ab57c20d648a1fd0b08f88e2cd"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.0.5/conan-win-32.exe",
"hash": "9e6c4eeaf32220106f8a0a685cfb667a395b182ebe7a8ac3eb90ecd1c0190f0a"
}
},
"innosetup": true,
"bin": "conan\\conan.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"
}
}
}
}