diff --git a/bucket/conan.json b/bucket/conan.json index f622055ebf..d15eb7ff05 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.20.1", + "version": "1.20.2", "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/1.20.1/conan-win-64_1_20_1.exe", - "hash": "f7b4e7cb686a43e487fa9f5749c314606274467b6de447a5f99c9fec45988071" + "url": "https://github.com/conan-io/conan/releases/download/1.20.2/conan-win-64_1_20_2.exe", + "hash": "2f85e798b8cc4b919f73e6851a1c82a2892d79c49d9e4e8f660d1db82430f91b" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.20.1/conan-win-32_1_20_1.exe", - "hash": "40256895f7db3849661f1a527523332340f77e3e9a2679909664d1db5a9af73a" + "url": "https://github.com/conan-io/conan/releases/download/1.20.2/conan-win-32_1_20_2.exe", + "hash": "86975f9132d8ab74e72affde6930dee034d8769379e3fccd5114e5c1efe3119b" } }, "innosetup": true,