diff options
| author | Nemirtingas <9432037+Nemirtingas@users.noreply.github.com> | 2021-04-07 21:44:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 12:44:37 -0700 |
| commit | 12eb540f89729deee88898bdb0a3a40a56387892 (patch) | |
| tree | 1f68e1e3321ba9d56aded3ce5ab05609a08297b6 /versions | |
| parent | f0979f36714eeae931eac715c410e42e781d8f5e (diff) | |
| download | vcpkg-12eb540f89729deee88898bdb0a3a40a56387892.tar.gz vcpkg-12eb540f89729deee88898bdb0a3a40a56387892.zip | |
Update libjuice to 0.7.1 to update libdatachannel (#17076)
* Update libjuice to 0.7.1 to update libdatachannel
* Transform the CONTROL file to .json and update version baseline.
* Update libjuice version. I don't really know why it changed.
* Fix version type
* Fix version type
Co-authored-by: Nemirtingas <nanaki89@hotmail.fr>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libjuice.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 21d83e8a7..05e50c907 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3169,7 +3169,7 @@ "port-version": 0 }, "libjuice": { - "baseline": "0.6.0", + "baseline": "0.7.1", "port-version": 0 }, "libkeyfinder": { diff --git a/versions/l-/libjuice.json b/versions/l-/libjuice.json index abd1cc836..04ae9e972 100644 --- a/versions/l-/libjuice.json +++ b/versions/l-/libjuice.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "42cecee2b8da92c2c8c120c09bd663b20f2c947a", + "version": "0.7.1", + "port-version": 0 + }, + { "git-tree": "e7ef5f1f7d883e5f8a7dcb52ea5821730281e375", "version-string": "0.6.0", "port-version": 0 |
