diff --git a/bucket/conan.json b/bucket/conan.json index b9970e5d55..c82ebb1e2c 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.22.1", + "version": "1.22.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.22.1/conan-win-64_1_22_1.exe", - "hash": "c722e5da8653e741ab245b18f40aee84db0d805e55dd68b12ff12753f0af4d8f" + "url": "https://github.com/conan-io/conan/releases/download/1.22.2/conan-win-64_1_22_2.exe", + "hash": "85dd695a7388d1d675dfa0e561098ff31b45703e54ee3414a95f5fd3616ed95e" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.22.1/conan-win-32_1_22_1.exe", - "hash": "7706b08d296f9623098f1fdacb84d1ae16df8012064006c59ce6fc7772a689bb" + "url": "https://github.com/conan-io/conan/releases/download/1.22.2/conan-win-32_1_22_2.exe", + "hash": "6a3154c5ae0f434e826089fc7a36cbcb1c98309d304aa5c284b2c36831a3d322" } }, "innosetup": true,