From 61a1513d1523eabae8ebbd11836241719004d60e Mon Sep 17 00:00:00 2001 From: toge Date: Fri, 21 Nov 2025 07:04:23 +0900 Subject: [PATCH] [libjuice] update to 1.7.0 (#48387) --- ports/libjuice/portfile.cmake | 2 +- ports/libjuice/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/l-/libjuice.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/libjuice/portfile.cmake b/ports/libjuice/portfile.cmake index 3a6e274408..598691dbf8 100644 --- a/ports/libjuice/portfile.cmake +++ b/ports/libjuice/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO paullouisageneau/libjuice REF "v${VERSION}" - SHA512 7364305b6768fdaef32cb7424c205e6dd11a3b8846ac52c8ce0cd66f022baae75f57293fefd2b9d80a89e3b138c82b4ef9b8b2313c2fb732db41947062ac2555 + SHA512 20800c54231188982f75bf823e1a450c6e501247fdb7348f4dc1dfaee6c6bf1394b681cd7e576156ddf2a1936668ebda10a1e74b9778f5bdd2a46c26173b68ac HEAD_REF master PATCHES dependencies.diff diff --git a/ports/libjuice/vcpkg.json b/ports/libjuice/vcpkg.json index b9efc31a93..60131441a3 100644 --- a/ports/libjuice/vcpkg.json +++ b/ports/libjuice/vcpkg.json @@ -1,6 +1,6 @@ { "name": "libjuice", - "version": "1.6.1", + "version": "1.7.0", "description": "The library is a simplified implementation of the Interactive Connectivity Establishment (ICE) protocol in C for POSIX platforms (including Linux and Apple macOS) and Microsoft Windows.", "homepage": "https://github.com/paullouisageneau/libjuice", "license": "LGPL-2.1-only", diff --git a/versions/baseline.json b/versions/baseline.json index 2c07837ab5..648ccb349d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5037,7 +5037,7 @@ "port-version": 0 }, "libjuice": { - "baseline": "1.6.1", + "baseline": "1.7.0", "port-version": 0 }, "libjxl": { diff --git a/versions/l-/libjuice.json b/versions/l-/libjuice.json index 50eaaa7db8..07db64d205 100644 --- a/versions/l-/libjuice.json +++ b/versions/l-/libjuice.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ff67c30bca4d7db58376af9e4f17964b49bcd1b4", + "version": "1.7.0", + "port-version": 0 + }, { "git-tree": "352acf1b30af176f2fcc5944977cb0dd3737184c", "version": "1.6.1",