tech189 0402e75615 conan: Update to version 2.1.0
Fixed autoupdate url and removed innosetup as a portable zip is provided now.
2024-02-19 11:52:45 +00:00

31 lines
1.1 KiB
JSON

{
"version": "2.1.0",
"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.1.0/conan-2.1.0-windows-x86_64.zip",
"hash": "0979da45e1e51a5fc50dabbe4c2daba8286682ad7eb014f5beb0a2c5e14c3b48"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/2.1.0/conan-2.1.0-windows-i686.zip",
"hash": "dc60749bd8820982ef053a9819bd9003bd35e6985df5faa724514b36b24690cc"
}
},
"bin": "conan.exe",
"checkver": {
"github": "https://github.com/conan-io/conan"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-$version-windows-x86_64.zip"
},
"32bit": {
"url": "https://github.com/conan-io/conan/releases/download/$version/conan-$version-windows-i686.zip"
}
}
}
}