mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:38:59 +08:00
[libjuice] update to 1.5.4 (#41373)
This commit is contained in:
parent
30609b0388
commit
c314b16986
@ -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
|
||||
|
@ -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",
|
||||
|
@ -4669,7 +4669,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libjuice": {
|
||||
"baseline": "1.5.2",
|
||||
"baseline": "1.5.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"libjxl": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "da160ff2e0cae0f099762e681e164969db091894",
|
||||
"version": "1.5.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "af2772dfdd1fa67081aa49c250c0bbc9b7e94d3b",
|
||||
"version": "1.5.2",
|
||||
|
Loading…
Reference in New Issue
Block a user