diff options
| author | evpobr <evpobr@gmail.com> | 2021-06-25 01:14:37 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-24 13:14:37 -0700 |
| commit | 786970101d87bfa4c0ca1ede2744675ee11c6a4d (patch) | |
| tree | 7e1c4386538fc27b9fa1c47b9496c69b4a12bc59 /versions | |
| parent | 80f5457d07ef2efcd62f0ac96026b3ba27de7f31 (diff) | |
| download | vcpkg-786970101d87bfa4c0ca1ede2744675ee11c6a4d.tar.gz vcpkg-786970101d87bfa4c0ca1ede2744675ee11c6a4d.zip | |
[libogg] Upgrade to 1.3.5 (#18546)
* [libogg] Upgrade to 1.3.5
* Upgrade to 1.3.5.
* Convert CONTROL to vcpkg.json
* Change homepage to https://www.xiph.org/ogg (as in README.md)
* Download from the main repo https://gitlab.xiph.org/xiph/ogg
* [libogg] Use version instead of version-string in manifest
* [libogg] Update libogg.json
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libogg.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 611a09ea2..d11e695b9 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3397,8 +3397,8 @@ "port-version": 7 }, "libogg": { - "baseline": "1.3.4", - "port-version": 3 + "baseline": "1.3.5", + "port-version": 0 }, "libopenmpt": { "baseline": "2017-01-28-cf2390140", diff --git a/versions/l-/libogg.json b/versions/l-/libogg.json index d7987e5c8..0eab3563d 100644 --- a/versions/l-/libogg.json +++ b/versions/l-/libogg.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "70cb700f89c98b87d678a3aa7a14461eff4b99e4", + "version": "1.3.5", + "port-version": 0 + }, + { "git-tree": "156d376fca62197dd916c454d1299dcee84c72dc", "version-string": "1.3.4", "port-version": 3 |
