vcpkg/ports/nss/vcpkg.json
Burak Arslan 368c782fd7
[nss] Bump version to 3.87, switch to official gyp-next (#28933)
* [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>
2023-01-26 23:48:56 -08:00

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
}
]
}