From cd61a64351d097b90c9efe020a9c97ab944f17ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 12:40:45 +0000 Subject: [PATCH] conan: Update to version 1.48.1 --- bucket/conan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/conan.json b/bucket/conan.json index 2e70b33c83..112a39b0b4 100644 --- a/bucket/conan.json +++ b/bucket/conan.json @@ -1,16 +1,16 @@ { - "version": "1.48.0", + "version": "1.48.1", "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.48.0/conan-win-64.exe", - "hash": "ec8aad8f170bed9309bc4326784af83008f4990f63c90a9cb3e9921bc9859f4c" + "url": "https://github.com/conan-io/conan/releases/download/1.48.1/conan-win-64.exe", + "hash": "c043bc03758a147daa205b55a0891edcd3f8dccb5a8d38e65344cbd7b437441b" }, "32bit": { - "url": "https://github.com/conan-io/conan/releases/download/1.48.0/conan-win-32.exe", - "hash": "8eb88d4974b04b923aec7944a7ea6d5b6590d7e2d91df8856344fba74f2a8696" + "url": "https://github.com/conan-io/conan/releases/download/1.48.1/conan-win-32.exe", + "hash": "71154ce357e15dbcbd10d3b497af44561f8b5d8a4800495ce092b446ad5df810" } }, "innosetup": true,