2023-05-26 12:30:30 +00:00

32 lines
1.1 KiB
JSON

{
"version": "2.0.6",
"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.6/conan-win-64.exe",
"hash": "6127be99a415fa28b4d0d8e8b2d718ff0152f40b074146ec4227c7515bd5caf5"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.0.6/conan-win-32.exe",
"hash": "b5b7db2071fd92f40bfcdda581b91ed8f740bc89d6c3d0dbace451075cc7249e"
}
},
"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"
}
}
}
}