From 9f21a706a4650ff851582409bf77f2fd720e7218 Mon Sep 17 00:00:00 2001 From: toge Date: Fri, 14 Jun 2024 14:47:11 +0900 Subject: [PATCH] pcre2: add version 10.44 --- recipes/pcre2/all/conandata.yml | 3 +++ recipes/pcre2/config.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/recipes/pcre2/all/conandata.yml b/recipes/pcre2/all/conandata.yml index 6dadb108df617..e8c76deba6361 100644 --- a/recipes/pcre2/all/conandata.yml +++ b/recipes/pcre2/all/conandata.yml @@ -1,4 +1,7 @@ sources: + "10.44": + url: "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.44/pcre2-10.44.tar.bz2" + sha256: "d34f02e113cf7193a1ebf2770d3ac527088d485d4e047ed10e5d217c6ef5de96" "10.43": url: "https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.43/pcre2-10.43.tar.bz2" sha256: "e2a53984ff0b07dfdb5ae4486bbb9b21cca8e7df2434096cc9bf1b728c350bcb" diff --git a/recipes/pcre2/config.yml b/recipes/pcre2/config.yml index 946dbc4632734..7b719e00064be 100644 --- a/recipes/pcre2/config.yml +++ b/recipes/pcre2/config.yml @@ -1,4 +1,6 @@ versions: + "10.44": + folder: all "10.43": folder: all "10.42":