From aa3ae42c77f476efdd843f15db71db0cbcc90233 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 20:24:47 +0000 Subject: [PATCH] conan: Update to version 2.0.13 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index d0de979bd9..16c41981d5 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "2.0.12", + "version": "2.0.13", "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.12/conan-win-64.exe", - "hash": "17bd340736fa9e1603216f1f64669f45b3282a3631412befd3f20dabd5791d89" + "url": "https://github.com/conan-io/conan/releases/download/2.0.13/conan-win-64.exe", + "hash": "25847057d87014b973b5381669f5532d35b525f4e3eb507d2411148fb0185395" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/2.0.12/conan-win-32.exe", - "hash": "362f28d70e79a89032ff47e42b31dc4858414060ebf29bdca5a7135b5b123a9f" + "url": "https://github.com/conan-io/conan/releases/download/2.0.13/conan-win-32.exe", + "hash": "52a0999743c83e66c9dddfb6add622110cfc544a3955cb423942487d5dacecb3" } }, "innosetup": true,