diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-09-16 05:12:57 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-15 14:12:57 -0700 |
| commit | 790418c9037196ef499b642decc2cd880e15db30 (patch) | |
| tree | 9728de5c10cf78fa873c13216e4b42c664239c03 /versions | |
| parent | d95314bccccd95a0b24904961ece7c7be54529a0 (diff) | |
| download | vcpkg-790418c9037196ef499b642decc2cd880e15db30.tar.gz vcpkg-790418c9037196ef499b642decc2cd880e15db30.zip | |
[cmark] update to 0.30.1 (#18938)
* [cmark] update to 0.30.0
* update version
* update portfile.cmake
* update version
* add patch
* update version
* fix-uwp-APPX0703
* update version
* [cmark] update to 0.30.1
* update version
* update portfile.cmake
* update version
* update version
* Add feature tools
* version stuff
* Add feature tools and remove the old unnecessary patch
* version
* delete outdate option
* update version
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/c-/cmark.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index cb6c26d86..6d60fc2e5 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1385,8 +1385,8 @@ "port-version": 1 }, "cmark": { - "baseline": "0.29.0", - "port-version": 1 + "baseline": "0.30.1", + "port-version": 0 }, "cmcstl2": { "baseline": "2019-07-20", diff --git a/versions/c-/cmark.json b/versions/c-/cmark.json index 0a6e4b375..2ae2ccef7 100644 --- a/versions/c-/cmark.json +++ b/versions/c-/cmark.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "63d8e9056589a885ec4a36ba739903199206fff1", + "version-semver": "0.30.1", + "port-version": 0 + }, + { "git-tree": "0cda97dbc7324b408739f53f493316af44dcaaf6", "version-string": "0.29.0", "port-version": 1 |
