diff options
| author | karastojko <contact@alepho.com> | 2021-03-19 17:55:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-19 09:55:04 -0700 |
| commit | d31eced8725b8917fdc78331def6771a9569ac36 (patch) | |
| tree | 30b3f12d02846d5f765071d70d377f9552fcc7fd /versions | |
| parent | a125fe9d6d2de20893a61a69236cd4202d1ee977 (diff) | |
| download | vcpkg-d31eced8725b8917fdc78331def6771a9569ac36.tar.gz vcpkg-d31eced8725b8917fdc78331def6771a9569ac36.zip | |
New port for mailio. (#16696)
* New port for mailio.
* Formatting the manifest and adding the version.
* improve
* add version record
* add version record
* Update versions/m-/mailio.json
* Update ports/mailio/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* update version record
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/m-/mailio.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 1c4862486..6d278ab94 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3720,6 +3720,10 @@ "baseline": "2020.06", "port-version": 4 }, + "mailio": { + "baseline": "0.20.0", + "port-version": 0 + }, "mapbox-variant": { "baseline": "1.2.0", "port-version": 0 diff --git a/versions/m-/mailio.json b/versions/m-/mailio.json new file mode 100644 index 000000000..da9c63cb0 --- /dev/null +++ b/versions/m-/mailio.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "d0031c324fcbf44f0af73cb045551c01c5cc21e3", + "version": "0.20.0", + "port-version": 0 + } + ] +} |
