diff --git a/bucket/conan.json b/bucket/conan.json index a0dd92061a..a0b11c68c4 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.18.5", + "version": "1.19.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/1.18.5/conan-win-64_1_18_5.exe", - "hash": "75a99b6cd0638efe76422151e0b8b19fa9ec448622454f5f278f8edd3941b2af" + "url": "https://github.com/conan-io/conan/releases/download/1.19.0/conan-win-64_1_19_0.exe", + "hash": "b09fb89504e92e86768596c4dfdec08d0c843726c305a546985636cc9a6a2089" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.18.5/conan-win-32_1_18_5.exe", - "hash": "387298398f4ac4de8a689e60ef4d86d53909c70b626f7b05161844d8be31d738" + "url": "https://github.com/conan-io/conan/releases/download/1.19.0/conan-win-32_1_19_0.exe", + "hash": "dc519763ec7822e2b41f3621e40f006ae69ad9f7ef33f6c2cac149ae377d6d91" } }, "innosetup": true,