diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-04-03 03:53:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 12:53:07 -0700 |
| commit | e353c4bdda6e1f89b730abf411b26ecd2a0b5e86 (patch) | |
| tree | 1c3ebaab71a22c2dd7564cac02d5cf52af067996 /versions | |
| parent | 42c437bb33261a2da5e1471195cc6a231af099f3 (diff) | |
| download | vcpkg-e353c4bdda6e1f89b730abf411b26ecd2a0b5e86.tar.gz vcpkg-e353c4bdda6e1f89b730abf411b26ecd2a0b5e86.zip | |
[libarchive] Remove lzo from the default feature list (#16957)
* [libarchive] Remove lzo from the default feature list
* Update the baseline version
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libarchive.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 4213607c2..822fd931b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2926,7 +2926,7 @@ }, "libarchive": { "baseline": "3.4.3", - "port-version": 3 + "port-version": 4 }, "libass": { "baseline": "0.15.0", diff --git a/versions/l-/libarchive.json b/versions/l-/libarchive.json index ebb092687..4d3ad5108 100644 --- a/versions/l-/libarchive.json +++ b/versions/l-/libarchive.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "1246e0e0cd6bc4f0987fa5f5a130dc3b2e071285", + "version-semver": "3.4.3", + "port-version": 4 + }, + { "git-tree": "114dd98b5e7865923e2e06a1ffad5661b0aec246", "version-string": "3.4.3", "port-version": 3 |
