2023-09-29 20:24:47 +00:00

32 lines
1.1 KiB
JSON

{
"version": "2.0.13",
"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.13/conan-win-64.exe",
"hash": "25847057d87014b973b5381669f5532d35b525f4e3eb507d2411148fb0185395"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.0.13/conan-win-32.exe",
"hash": "52a0999743c83e66c9dddfb6add622110cfc544a3955cb423942487d5dacecb3"
}
},
"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"
}
}
}
}