diff --git a/ports/breakpad/vcpkg.json b/ports/breakpad/vcpkg.json index 21c08e80ccc..d34a5f39d15 100644 --- a/ports/breakpad/vcpkg.json +++ b/ports/breakpad/vcpkg.json @@ -1,12 +1,16 @@ { "name": "breakpad", "version-date": "2022-07-12", - "port-version": 2, + "port-version": 3, "description": "a set of client and server components which implement a crash-reporting system.", "homepage": "https://github.com/google/breakpad", "license": "BSD-3-Clause", "supports": "!uwp & (!windows | !arm) & (!windows | !arm64)", "dependencies": [ + { + "name": "atlmfc", + "platform": "windows" + }, "libdisasm", { "name": "vcpkg-cmake", diff --git a/versions/b-/breakpad.json b/versions/b-/breakpad.json index ecdc7840e15..c70a6634592 100644 --- a/versions/b-/breakpad.json +++ b/versions/b-/breakpad.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "79b0efa7b720fb255c442834270b24a396f01de5", + "version-date": "2022-07-12", + "port-version": 3 + }, { "git-tree": "268892865b8587f365f04b7f2fe62a2359c405ae", "version-date": "2022-07-12", diff --git a/versions/baseline.json b/versions/baseline.json index d04d3ffbcc0..ae2a4b2a753 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1230,7 +1230,7 @@ }, "breakpad": { "baseline": "2022-07-12", - "port-version": 2 + "port-version": 3 }, "brigand": { "baseline": "1.3.0",