diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-07-01 22:14:24 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 07:14:24 -0700 |
| commit | 8e6f6a382e499811b331c43f29c9f75cd2672e15 (patch) | |
| tree | e507c6aecc221797dd2b3f22143fe8b4a43a2fe4 /versions | |
| parent | 640c439df78158904992c51fcbc46f64da113690 (diff) | |
| download | vcpkg-8e6f6a382e499811b331c43f29c9f75cd2672e15.tar.gz vcpkg-8e6f6a382e499811b331c43f29c9f75cd2672e15.zip | |
[vcpkg baseline][simage] Update to 1.8.1 (#18645)
* [simage] Update to 1.8.1
* Format manifest and update version files
* Revert the changes for arm and uwp in ci.baseline.txt
* Update versions/s-/simage.json
* Update ports/simage/portfile.cmake
* Update ports/simage/portfile.cmake
* Update ports/simage/portfile.cmake
* Update versions/s-/simage.json
* Add options to packages
* Update versions/s-/simage.json
* Update portfile.cmake
* Update versions/s-/simage.json
* Update portfile.cmake
* Update versions/s-/simage.json
* [simage] Reorganize all features, add features
* Install tool simage-config on non-Windows
* fix typo
* Add supports field and update ci.baseline.txt
* Update versions/s-/simage.json
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 8 | ||||
| -rw-r--r-- | versions/s-/simage.json | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 801041acd..a6259aa2b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3539,8 +3539,8 @@ "libsigcpp-3": { "baseline": "3.0.3", "port-version": 1 - }, - "libsmb2": { + }, + "libsmb2": { "baseline": "2021-04-29", "port-version": 0 }, @@ -5769,8 +5769,8 @@ "port-version": 0 }, "simage": { - "baseline": "1.8.0", - "port-version": 1 + "baseline": "1.8.1", + "port-version": 0 }, "simde": { "baseline": "0.7.0", diff --git a/versions/s-/simage.json b/versions/s-/simage.json index e245aca0b..d20b1cd90 100644 --- a/versions/s-/simage.json +++ b/versions/s-/simage.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "429f5758def1d9514aa6f3f2bbcb98d8a3f19cd1", + "version-semver": "1.8.1", + "port-version": 0 + }, + { "git-tree": "7efea762708b2fa21ac7919656bfcdfccbd84339", "version-string": "1.8.0", "port-version": 1 |
