From 25c3c3453a1bb79d5015bdc3afc98b0f42ace1c8 Mon Sep 17 00:00:00 2001 From: Corentin Valleroy Date: Sun, 9 May 2021 19:45:59 -0400 Subject: [PATCH] update CPR to 1.6.2 --- recipes/cpr/all/conandata.yml | 3 +++ recipes/cpr/config.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/recipes/cpr/all/conandata.yml b/recipes/cpr/all/conandata.yml index 4fd92fd427d17..a84e63cf90745 100644 --- a/recipes/cpr/all/conandata.yml +++ b/recipes/cpr/all/conandata.yml @@ -14,6 +14,9 @@ sources: "1.6.0": sha256: "5a20a9f014b47988f5230d008174e5db2b33f8c547df825e6beae0c78fc05a9e" url: https://github.com/whoshuu/cpr/archive/1.6.0.tar.gz + "1.6.2": + sha256: "c45f9c55797380c6ba44060f0c73713fbd7989eeb1147aedb8723aa14f3afaa3" + url: https://github.com/whoshuu/cpr/archive/1.6.2.tar.gz patches: "1.3.0": - patch_file: "patches/001-fix-curl-define.patch" diff --git a/recipes/cpr/config.yml b/recipes/cpr/config.yml index db247a08e22f6..4b27e15b26e7f 100644 --- a/recipes/cpr/config.yml +++ b/recipes/cpr/config.yml @@ -9,3 +9,5 @@ versions: folder: all "1.6.0": folder: all + "1.6.2": + folder: all