diff --git a/bucket/conan.json b/bucket/conan.json index 3e8dbbe2c2..ae75d7a898 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,30 +1,29 @@ { - "version": "2.0.17", + "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.0.17/conan-win-64.exe", - "hash": "3db5e682ecd33fe3d0b8e861bd1550ecfc731479666cfe4646cfe67d20d5d595" + "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.0.17/conan-win-32.exe", - "hash": "3c6163d1927c72566cf692ce0bc21b87dc59c319f159267ed6d317c581301d58" + "url": "https://github.com/conan-io/conan/releases/download/2.1.0/conan-2.1.0-windows-i686.zip", + "hash": "dc60749bd8820982ef053a9819bd9003bd35e6985df5faa724514b36b24690cc" } }, - "innosetup": true, - "bin": "conan\\conan.exe", + "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-win-64.exe" + "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-win-32.exe" + "url": "https://github.com/conan-io/conan/releases/download/$version/conan-$version-windows-i686.zip" } } }