diff options
| author | Jimmy Lee <l02n20l@qq.com> | 2021-07-23 06:48:47 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 15:48:47 -0700 |
| commit | dad6d642764eb5b798bcd5b082516bf06e922265 (patch) | |
| tree | 30345148d687a27fb87e79be70597e5b925a5aeb /versions | |
| parent | f241ffc3f03cd3664f242125d21e9967c20ae94a (diff) | |
| download | vcpkg-dad6d642764eb5b798bcd5b082516bf06e922265.tar.gz vcpkg-dad6d642764eb5b798bcd5b082516bf06e922265.zip | |
[liblzma] add install bundle for support build target for ios platform. (#18829)
* [liblzma] add install bundle for support build target for ios platform.
* Remove the deprecated functions
* format vcpkg.json
* Update the baseline version
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/liblzma.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 38b30fc8c..7e997b8ac 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3330,7 +3330,7 @@ }, "liblzma": { "baseline": "5.2.5", - "port-version": 2 + "port-version": 3 }, "libmad": { "baseline": "0.15.1-8", diff --git a/versions/l-/liblzma.json b/versions/l-/liblzma.json index 447217eb5..9825016e3 100644 --- a/versions/l-/liblzma.json +++ b/versions/l-/liblzma.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "2c5f893c8d78d30c4641e9f4d0c7818386f8c8c9", + "version-semver": "5.2.5", + "port-version": 3 + }, + { "git-tree": "5f491131f98307f42a98db7ad0b5455225481284", "version-string": "5.2.5", "port-version": 2 |
