2023-04-03 16:27:43 +00:00

32 lines
1.1 KiB
JSON

{
"version": "2.0.3",
"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.3/conan-win-64.exe",
"hash": "93d47cea5d71617b37b418de3773385e86da53598a01f97d6cc8f3abe8cc4e62"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.0.3/conan-win-32.exe",
"hash": "9749e3ece108e90ab23b7793893a4e640d78463b74d9f5d3289c025b150f99bc"
}
},
"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"
}
}
}
}