diff options
| author | Lars Glud <larshg@gmail.com> | 2021-10-07 12:22:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-07 03:22:47 -0700 |
| commit | 92770f60d0262a2fee7f121d795e60c9dc135855 (patch) | |
| tree | bec7c4955cf635f8b366bd987bfa7b4d97bd0857 /versions | |
| parent | b1e54e881bf317f5ce3b58020a8e53a5a4c3ad19 (diff) | |
| download | vcpkg-92770f60d0262a2fee7f121d795e60c9dc135855.tar.gz vcpkg-92770f60d0262a2fee7f121d795e60c9dc135855.zip | |
[libffi] Don't replace string in file that doesn't exist. (#20554)
* Don't replace string in file that doesn't exist.
* Update per bot.
* Update per bot again.
* Address comments.
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libffi.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 426cbae90..7ba4b2537 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3354,7 +3354,7 @@ }, "libffi": { "baseline": "3.4.2", - "port-version": 1 + "port-version": 2 }, "libfido2": { "baseline": "1.7.0", diff --git a/versions/l-/libffi.json b/versions/l-/libffi.json index 52f85d99d..5454fe15b 100644 --- a/versions/l-/libffi.json +++ b/versions/l-/libffi.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "8fbd8bfde2d551ad1be625223a92997704469a8e", + "version": "3.4.2", + "port-version": 2 + }, + { "git-tree": "f9f43cad9f7bd65719c32b242d330492ad326456", "version": "3.4.2", "port-version": 1 |
