Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libjuice] Update to 0.9.8 #23153

Merged
merged 5 commits into from
Mar 23, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/libjuice/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO paullouisageneau/libjuice
REF 3795466e704191dd35f8a46b82ca06cbbc395cd9 #v0.9.6
SHA512 3c931b47d852ead3027ed077f9ba930e9b5b77de1cf984023dd4bac3b52980f68419517e4edf11e8fd2741bfb2e154d3c748073ed302182e395df0b0acc1910c
REF e2bb4df9c9a2d3a296312925f313bf6f26854010 #v0.9.8
SHA512 98fa9cf8a1f22c0f43ef7b2dd438bdd299483384b8d81f1196d8a0fe7fa41c63df7d7acfb94b9af3b8edfe569aeb73b33569bea2557ed2d0a554ba3a81603c2f
HEAD_REF master
PATCHES
fix-for-vcpkg.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/libjuice/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libjuice",
"version": "0.9.6",
"version": "0.9.8",
"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",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3613,7 +3613,7 @@
"port-version": 0
},
"libjuice": {
"baseline": "0.9.6",
"baseline": "0.9.8",
"port-version": 0
},
"libjxl": {
Expand Down
10 changes: 10 additions & 0 deletions versions/l-/libjuice.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"versions": [
{
"git-tree": "62c215b49c59158589a9bc98d02b20243ef1bf0b",
"version": "0.9.8",
"port-version": 0
},
{
"git-tree": "1aaffc7994a4fa0ee2262dbc4e9012a0221db8cf",
"version": "0.9.7",
"port-version": 0
},
JonLiu1993 marked this conversation as resolved.
Show resolved Hide resolved
{
"git-tree": "f544d762be0d7f9016b47f865843d0e575535166",
"version": "0.9.6",
Expand Down