From 7765f18f92f75ecfe0423ede179e97b60d546720 Mon Sep 17 00:00:00 2001 From: Alexander Lyon Date: Tue, 17 Nov 2020 10:11:12 +0000 Subject: [PATCH 1/3] Add libunwind 1.5.0 to conandata.yml --- recipes/libunwind/all/conandata.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/libunwind/all/conandata.yml b/recipes/libunwind/all/conandata.yml index 0aee165999c1d..6918d769c910f 100644 --- a/recipes/libunwind/all/conandata.yml +++ b/recipes/libunwind/all/conandata.yml @@ -2,3 +2,6 @@ sources: "1.3.1": sha256: "43997a3939b6ccdf2f669b50fdb8a4d3205374728c2923ddc2354c65260214f8" url: "https://github.com/libunwind/libunwind/releases/download/v1.3.1/libunwind-1.3.1.tar.gz" + "1.5.0": + sha256: "90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017" + url: "https://github.com/libunwind/libunwind/releases/download/v1.5/libunwind-1.5.0.tar.gz" From 58d904047d4244edcb00e958a901e14652af56ff Mon Sep 17 00:00:00 2001 From: Alexander Lyon Date: Tue, 17 Nov 2020 11:13:34 +0100 Subject: [PATCH 2/3] Add libunwind 1.5.0 to config.yml --- recipes/libunwind/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/libunwind/config.yml b/recipes/libunwind/config.yml index 59334d5077368..2a8ed66133a28 100644 --- a/recipes/libunwind/config.yml +++ b/recipes/libunwind/config.yml @@ -1,3 +1,5 @@ versions: "1.3.1": folder: all + "1.5.0": + folder: all \ No newline at end of file From afbe2a9fa5e68710f3b419504ac283425d00da4b Mon Sep 17 00:00:00 2001 From: Alexander Lyon Date: Tue, 17 Nov 2020 11:35:25 +0000 Subject: [PATCH 3/3] Add newline to recipes/libunwind/config.yml Co-authored-by: ericLemanissier --- recipes/libunwind/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/libunwind/config.yml b/recipes/libunwind/config.yml index 2a8ed66133a28..dff352f3d23e4 100644 --- a/recipes/libunwind/config.yml +++ b/recipes/libunwind/config.yml @@ -2,4 +2,4 @@ versions: "1.3.1": folder: all "1.5.0": - folder: all \ No newline at end of file + folder: all