Skip to content

Commit

Permalink
[libjuice] Update to 1.5.8 (#43211)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Jan 14, 2025
1 parent 761becd commit d320630
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 29 deletions.
25 changes: 0 additions & 25 deletions ports/libjuice/library-linkage.diff

This file was deleted.

3 changes: 1 addition & 2 deletions ports/libjuice/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO paullouisageneau/libjuice
REF "v${VERSION}"
SHA512 694a316b7e9f33be45ace1d35a32e6a4ec74b7038c6268d0d35efcbf7a3c7abc9d2823dae789d849f37f0399d9da779a54bf6e9db5477df326aa185be92657b2
SHA512 ae68b0589e4ef822d707ff9d147dcf918eccbb38d73edfcb8665d5c263ad1063c12c828933d6884accf9553d3bbe4bf2e57379c2c8b66ea9a51cfbd11b2217b7
HEAD_REF master
PATCHES
dependencies.diff
library-linkage.diff
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
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": "1.5.4",
"version": "1.5.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",
"license": "LGPL-2.1-only",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4709,7 +4709,7 @@
"port-version": 1
},
"libjuice": {
"baseline": "1.5.4",
"baseline": "1.5.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": "4cf411fe3981a94e84fb9e41a48fd65066896648",
"version": "1.5.8",
"port-version": 0
},
{
"git-tree": "da160ff2e0cae0f099762e681e164969db091894",
"version": "1.5.4",
Expand Down

0 comments on commit d320630

Please sign in to comment.