[breakpad] Add ATL dependency (#29970)

* [breakpad] Add ATL dependency

* update version
This commit is contained in:
JonLiu1993 2023-03-07 08:20:28 +08:00 committed by GitHub
parent ee0b81848f
commit e69c9817d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View File

@ -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",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "79b0efa7b720fb255c442834270b24a396f01de5",
"version-date": "2022-07-12",
"port-version": 3
},
{
"git-tree": "268892865b8587f365f04b7f2fe62a2359c405ae",
"version-date": "2022-07-12",

View File

@ -1230,7 +1230,7 @@
},
"breakpad": {
"baseline": "2022-07-12",
"port-version": 2
"port-version": 3
},
"brigand": {
"baseline": "1.3.0",