diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-10-12 05:25:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 20:25:26 -0700 |
| commit | 514f2debfc232806d838fe2587375695b2d48bf3 (patch) | |
| tree | f76b2d1a9937c0ec4ef26e6b8cf3f56d3f1f1c0e /versions | |
| parent | cec4e710f7a39db7e19ecbd6a40d80b2a7d28f25 (diff) | |
| download | vcpkg-514f2debfc232806d838fe2587375695b2d48bf3.tar.gz vcpkg-514f2debfc232806d838fe2587375695b2d48bf3.zip | |
[jsonnet] Update to 0.17.0 (#20627)
* Update jsonnet to 0.17.0
* Update CI baseline
* add supports
* update version
* revert portfile.cmake
* update version
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/j-/jsonnet.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index ac2c662c8..c0f6c9ba3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2941,8 +2941,8 @@ "port-version": 1 }, "jsonnet": { - "baseline": "0.16.0", - "port-version": 3 + "baseline": "0.17.0", + "port-version": 0 }, "jwt-cpp": { "baseline": "0.5.1", diff --git a/versions/j-/jsonnet.json b/versions/j-/jsonnet.json index 58d630609..f3dcfe0c2 100644 --- a/versions/j-/jsonnet.json +++ b/versions/j-/jsonnet.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "24a514c5bcece6b71ac13744ec40f92f285fc689", + "version": "0.17.0", + "port-version": 0 + }, + { "git-tree": "c6d19c002863644237c3ac276db26c576664f56d", "version-string": "0.16.0", "port-version": 3 |
