diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2021-09-17 17:21:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-17 08:21:33 -0700 |
| commit | 57ab68daf6e2019007b754084a2abc8e48aaf401 (patch) | |
| tree | 43097a561fba854f5631d33367f8f8857031004a /versions/e- | |
| parent | 66dc12b3fa1863bf60afe75f2cfdd41298e52ee5 (diff) | |
| download | vcpkg-57ab68daf6e2019007b754084a2abc8e48aaf401.tar.gz vcpkg-57ab68daf6e2019007b754084a2abc8e48aaf401.zip | |
[ECM] fix FindCanberra for static builds (#20213)
* [ECM] fix FindCanberra for static builds
Also remove dangling do-not-override-custom-clang-format-files.patch
* [ECM] use current spec
* [ECM] wrap paths in quotes
* [ECM] update versions
Diffstat (limited to 'versions/e-')
| -rw-r--r-- | versions/e-/ecm.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/e-/ecm.json b/versions/e-/ecm.json index 4befe9d8f..5ce5bb02b 100644 --- a/versions/e-/ecm.json +++ b/versions/e-/ecm.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "5832b19b778f60eb0fb24654e0c8b665f0f8fb20", + "version": "5.84.0", + "port-version": 1 + }, + { "git-tree": "9cd1bc0ab97889acb8839e22ec43d13bc7c97ed0", "version": "5.84.0", "port-version": 0 |
