From 1f0c80e01d09cc16be591fcb97ea7ceb446de737 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 20:28:35 +0000 Subject: [PATCH] conan: Update to version 1.59.0 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 2b72495b2a..3bc4408a2c 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.58.0", + "version": "1.59.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.58.0/conan-win-64.exe", - "hash": "a4dbac1e5c66269fc88767c4b37133119e2ce4caf1ceddb6d77aa8c554e46da1" + "url": "https://github.com/conan-io/conan/releases/download/1.59.0/conan-win-64.exe", + "hash": "e8c86f638127fcda2b58c36c8be04e1289dd82580485954fb0fb9be0dfe522ed" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.58.0/conan-win-32.exe", - "hash": "a099df61e2d2f29d161735841b692c0c95df59affedaa9bfa67809d7353dca5d" + "url": "https://github.com/conan-io/conan/releases/download/1.59.0/conan-win-32.exe", + "hash": "88a8ddeda112b3dfa9bacffb3d0d7cccfa7285244391988d34b954912994934e" } }, "innosetup": true,