diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-05-08 05:21:09 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-07 14:21:09 -0700 |
| commit | 89a8853159b11c601e2a69d211795f5db29958e3 (patch) | |
| tree | 1f5b5f49e54832b1f17140210c29cb813fa2bdda /versions/f- | |
| parent | da0f1cc2bba3acd91be6fad4398368c70448666f (diff) | |
| download | vcpkg-89a8853159b11c601e2a69d211795f5db29958e3.tar.gz vcpkg-89a8853159b11c601e2a69d211795f5db29958e3.zip | |
[fann] Support UNIX, re-fix installation (#17682)
* [fann] Support UNIX, re-fix installation
* [fann] fix uwp build
* update baseline
* update version record
Diffstat (limited to 'versions/f-')
| -rw-r--r-- | versions/f-/fann.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/f-/fann.json b/versions/f-/fann.json index 5b445bb05..f49c67fc9 100644 --- a/versions/f-/fann.json +++ b/versions/f-/fann.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "9bff6da1b7043e1ab6e344c549a285b7101763e2", + "version": "2.2.0", + "port-version": 2 + }, + { "git-tree": "7efe8090234f2f2bd71fc7d90eee0248af8741b0", "version-string": "2.2.0-1", "port-version": 0 |
