From 7f1cf272776edb0f40ddbfcb758052fb581493c6 Mon Sep 17 00:00:00 2001 From: Martin Valgur Date: Mon, 27 Nov 2023 17:40:00 +0200 Subject: [PATCH] libtommath: add v1.2.1 --- recipes/libtommath/all/conandata.yml | 5 +++++ recipes/libtommath/config.yml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/recipes/libtommath/all/conandata.yml b/recipes/libtommath/all/conandata.yml index 7fc908c6e48fd..30485dfa82857 100644 --- a/recipes/libtommath/all/conandata.yml +++ b/recipes/libtommath/all/conandata.yml @@ -1,7 +1,12 @@ sources: + "1.2.1": + url: "https://github.com/libtom/libtommath/releases/download/v1.2.1/ltm-1.2.1.tar.xz" + sha256: "986025d7b374276fee2e30e99f3649e4ac0db8a02257a37ee10eae72abed0d1f" "1.2.0": url: "https://github.com/libtom/libtommath/releases/download/v1.2.0/ltm-1.2.0.tar.xz" sha256: "b7c75eecf680219484055fcedd686064409254ae44bc31a96c5032843c0e18b1" patches: + "1.2.1": + - patch_file: "patches/0001-enable-building-dll-s-using-makefile-msvc.patch" "1.2.0": - patch_file: "patches/0001-enable-building-dll-s-using-makefile-msvc.patch" diff --git a/recipes/libtommath/config.yml b/recipes/libtommath/config.yml index 0c26ae5f72951..86634f730b664 100644 --- a/recipes/libtommath/config.yml +++ b/recipes/libtommath/config.yml @@ -1,5 +1,5 @@ versions: - "cci.20221028": - folder: "cmake" + "1.2.1": + folder: "all" "1.2.0": folder: "all"