Skip to content

Commit

Permalink
[libjuice] Update to 0.9.8 (#23153)
Browse files Browse the repository at this point in the history
* [libjuice] Update to 0.9.7

* [libjuice] Update to 0.9.8

* delete git-tree

Co-authored-by: Jonliu1993 <13720414433@163.com>
  • Loading branch information
SE2Dev and JonLiu1993 committed Mar 23, 2022
1 parent ee2fa53 commit e3d6625
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
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 @@ -3661,7 +3661,7 @@
"port-version": 1
},
"libjuice": {
"baseline": "0.9.6",
"baseline": "0.9.8",
"port-version": 0
},
"libjxl": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libjuice.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "62c215b49c59158589a9bc98d02b20243ef1bf0b",
"version": "0.9.8",
"port-version": 0
},
{
"git-tree": "f544d762be0d7f9016b47f865843d0e575535166",
"version": "0.9.6",
Expand Down

0 comments on commit e3d6625

Please sign in to comment.