From c314b16986f6be7b126af14e92ee9754165a1664 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:09:26 +0800 Subject: [PATCH] [libjuice] update to 1.5.4 (#41373) --- 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 975c18a86f..e554ace0aa 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 8a7e26daf05219ee2e490052b36be732bad35d570b66e9c08c36e4364ba183a511ea01e4444a8bf94dffd764a3f45f38900f7f4e26a531568b6c3adbd2bd7b53 + SHA512 694a316b7e9f33be45ace1d35a32e6a4ec74b7038c6268d0d35efcbf7a3c7abc9d2823dae789d849f37f0399d9da779a54bf6e9db5477df326aa185be92657b2 HEAD_REF master PATCHES dependencies.diff diff --git a/ports/libjuice/vcpkg.json b/ports/libjuice/vcpkg.json index 76bf5ad786..1ddf24ec3f 100644 --- a/ports/libjuice/vcpkg.json +++ b/ports/libjuice/vcpkg.json @@ -1,6 +1,6 @@ { "name": "libjuice", - "version": "1.5.2", + "version": "1.5.4", "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 942e1776e3..93852208a8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4669,7 +4669,7 @@ "port-version": 0 }, "libjuice": { - "baseline": "1.5.2", + "baseline": "1.5.4", "port-version": 0 }, "libjxl": { diff --git a/versions/l-/libjuice.json b/versions/l-/libjuice.json index 2130186935..26f5f3d376 100644 --- a/versions/l-/libjuice.json +++ b/versions/l-/libjuice.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "da160ff2e0cae0f099762e681e164969db091894", + "version": "1.5.4", + "port-version": 0 + }, { "git-tree": "af2772dfdd1fa67081aa49c250c0bbc9b7e94d3b", "version": "1.5.2",