mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:58:59 +08:00
368c782fd7
* [nss] Bump version to 3.87, along with nspr 4.35 and mozbuild 4.0.2 Also switch from gyp-nss to gyp-next, which is now the official buildgen tool * [nss] Update versions folder * Fix version database. * Fix version database more Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
21 lines
413 B
JSON
21 lines
413 B
JSON
{
|
|
"name": "nss",
|
|
"version": "3.87",
|
|
"description": "Network Security Services from Mozilla",
|
|
"homepage": "https://ftp.mozilla.org/pub/security/nss/releases/",
|
|
"license": "MPL-2.0",
|
|
"supports": "windows & !arm",
|
|
"dependencies": [
|
|
"nspr",
|
|
"sqlite3",
|
|
{
|
|
"name": "vcpkg-tool-gyp-next",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-mozbuild",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|