diff options
| author | Prateek Chokse <prateek.chokse@gmail.com> | 2021-04-09 22:28:51 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-09 09:58:51 -0700 |
| commit | 06fd7cc3c22f631d2a5acad27b307e3c70a977f9 (patch) | |
| tree | 9d83822dbbce028a5725129b974bddd13950ebaa /versions | |
| parent | 326425d8ff199fbefd8be640578ba3c517f00920 (diff) | |
| download | vcpkg-06fd7cc3c22f631d2a5acad27b307e3c70a977f9.tar.gz vcpkg-06fd7cc3c22f631d2a5acad27b307e3c70a977f9.zip | |
[minizip-ng] add new port (#17101)
* [minizip-ng] add new port
* [celero] Updated to Celero v2.8.0 (#16802)
* [celero] Updated to Celero v2.8.0
* [celero] Improving static linking support in VCPKG.
Celero issue #154 is tracking a fix.
https://github.com/DigitalInBlue/Celero/issues/154
* [celero] Updated to v2.8.1
* [celero] Updated version for VCPKG.
* [celero] Updates to better support VCPKG.
* [celero] Updated versions.
* Update celero.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 6 | ||||
| -rw-r--r-- | versions/m-/minizip-ng.json | 9 |
2 files changed, 14 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 318f4e695..455beed23 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3944,6 +3944,10 @@ "baseline": "1.2.11", "port-version": 7 }, + "minizip-ng": { + "baseline": "3.0.1", + "port-version": 0 + }, "mio": { "baseline": "2019-02-10", "port-version": 0 @@ -6609,4 +6613,4 @@ "port-version": 1 } } -} +}
\ No newline at end of file diff --git a/versions/m-/minizip-ng.json b/versions/m-/minizip-ng.json new file mode 100644 index 000000000..9d9b0e3a2 --- /dev/null +++ b/versions/m-/minizip-ng.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "0512bceae574c70ea907a8ebfc88709dc196164e", + "version": "3.0.1", + "port-version": 0 + } + ] +} |
