diff options
| author | Kinnon McAlister <kinnonmcalister@gmail.com> | 2021-02-08 18:18:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 18:18:42 -0800 |
| commit | d9f832bc05367beea56e2a6b57c258d31f627969 (patch) | |
| tree | 27b03450efb548684ef446855c8d95c59c85014c /versions | |
| parent | 3942db83e180ecb68c80d36d790ac47423a8dd38 (diff) | |
| download | vcpkg-d9f832bc05367beea56e2a6b57c258d31f627969.tar.gz vcpkg-d9f832bc05367beea56e2a6b57c258d31f627969.zip | |
[libftdi1] update to 1.5 (#15917) (#15918)
* [libftdi1] update to 1.5 (#15917)
* [libftdi1] fixed outdated version file (#15917)
* [libftdi1] Switched to using option instead of patch to disable ftdi_eeprom (#15917)
* [libftdi1] updated version file (#15917)
* [libftdi1] Change version scheme
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libftdi1.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 20bdbbacb..40e6a3b0a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2997,8 +2997,8 @@ "port-version": 0 }, "libftdi1": { - "baseline": "1.4-1", - "port-version": 0 + "baseline": "1.5", + "port-version": 1 }, "libgcrypt": { "baseline": "1.8.7", diff --git a/versions/l-/libftdi1.json b/versions/l-/libftdi1.json index bd936c8b3..49bf2665d 100644 --- a/versions/l-/libftdi1.json +++ b/versions/l-/libftdi1.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "5e6c7ec4555f72017a8e1982492aa8fc3cabcd83", + "version": "1.5", + "port-version": 1 + }, + { "git-tree": "9d83012d7f5b6d0c838ce11124d77303933b4008", "version-string": "1.4-1", "port-version": 0 |
