From 7efb9a3ca5467fb469b228930bbc09ad0322d9cc Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Tue, 24 Sep 2024 22:02:44 +0800 Subject: [PATCH] [libtommath] update to 1.3.0 (#41148) --- ports/libtommath/portfile.cmake | 2 +- ports/libtommath/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/l-/libtommath.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/libtommath/portfile.cmake b/ports/libtommath/portfile.cmake index b01e62e69b..6448f1e0a6 100644 --- a/ports/libtommath/portfile.cmake +++ b/ports/libtommath/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libtom/libtommath REF "v${VERSION}" - SHA512 8da4a935913e8a44a24ba7d8c2bc4926398bdc9aea0cd4975418771979c2b7667c2ee04e8a7e38f04cc87abe5bb369fcbf9167ab662ad747602fc840cb3788e6 + SHA512 3dbd7053a670afa563a069a9785f1aa4cab14a210bcd05d8fc7db25bd3dcce36b10a3f4f54ca92d75a694f891226f01bdf6ac15bacafeb93a8be6b04c579beb3 HEAD_REF develop ) diff --git a/ports/libtommath/vcpkg.json b/ports/libtommath/vcpkg.json index aa0312f7fb..2dedf585f0 100644 --- a/ports/libtommath/vcpkg.json +++ b/ports/libtommath/vcpkg.json @@ -1,6 +1,6 @@ { "name": "libtommath", - "version": "1.2.1", + "version": "1.3.0", "description": "LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.", "homepage": "https://www.libtom.net/LibTomMath/" } diff --git a/versions/baseline.json b/versions/baseline.json index 417bf28d83..c8edea5ce9 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5165,7 +5165,7 @@ "port-version": 3 }, "libtommath": { - "baseline": "1.2.1", + "baseline": "1.3.0", "port-version": 0 }, "libtorch": { diff --git a/versions/l-/libtommath.json b/versions/l-/libtommath.json index 1616c91b6a..a723931d39 100644 --- a/versions/l-/libtommath.json +++ b/versions/l-/libtommath.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "2fd65dd0d956f575d8333a0b35ef08c3bc9bcbcd", + "version": "1.3.0", + "port-version": 0 + }, { "git-tree": "cc02d14942e13f536bc7d8d08d9af160f8bbd387", "version": "1.2.1",