From cc89ee5bce704513379810c93e62b40168b4e858 Mon Sep 17 00:00:00 2001 From: Cheney-Wang <850426846@qq.com> Date: Thu, 20 Oct 2022 00:19:50 -0700 Subject: [PATCH] [libjuice] Update to 1.0.6 --- ports/libjuice/portfile.cmake | 6 +++--- ports/libjuice/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/l-/libjuice.json | 5 +++++ 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ports/libjuice/portfile.cmake b/ports/libjuice/portfile.cmake index 6a80b4417a1c69..2adc028c43fe37 100644 --- a/ports/libjuice/portfile.cmake +++ b/ports/libjuice/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO paullouisageneau/libjuice - REF 06bbfe93ab344e95797220d89b55c7204c3ffa9d #v1.0.4 - SHA512 9768942cc9a2938a70a159914eabd548a38afb525806b6967dd73288ec32f390ab42b9146586160f98955a26162d350277058bc69bf2c2a60fffa03da79684e2 + REF eff89f7ae3450d66fcebe4d3d1d2aacca527eb8c #v1.0.6 + SHA512 f28e8116e9437f7e2c114c0b6e296ec2c4bda264428ca94c3aa7356bfc3c76ac77f4664678579c933f70e6cb380c68ad42c03a83d5140bf41e20fc4272f1ae54 HEAD_REF master PATCHES fix-for-vcpkg.patch @@ -27,4 +27,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") vcpkg_cmake_config_fixup(PACKAGE_NAME LibJuice CONFIG_PATH lib/cmake/LibJuice) vcpkg_fixup_pkgconfig() -file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) \ No newline at end of file +file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) diff --git a/ports/libjuice/vcpkg.json b/ports/libjuice/vcpkg.json index f7c62f28a08158..ccd998ba13b684 100644 --- a/ports/libjuice/vcpkg.json +++ b/ports/libjuice/vcpkg.json @@ -1,6 +1,6 @@ { "name": "libjuice", - "version": "1.0.4", + "version": "1.0.6", "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 92ee5e1ebefa00..9e792e30453fc5 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3861,7 +3861,7 @@ "port-version": 0 }, "libjuice": { - "baseline": "1.0.4", + "baseline": "1.0.6", "port-version": 0 }, "libjxl": { diff --git a/versions/l-/libjuice.json b/versions/l-/libjuice.json index d06ef902c9ece7..43ac165f40ce9e 100644 --- a/versions/l-/libjuice.json +++ b/versions/l-/libjuice.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f93f38276ee4097f4b4e85f58b14aaa7e0cda3d4", + "version": "1.0.6", + "port-version": 0 + }, { "git-tree": "6e2a1fe37401f748f1437cee446e6b7e924de95d", "version": "1.0.4",