mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:29:07 +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>
16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"name": "nspr",
|
|
"version": "4.35",
|
|
"port-version": 2,
|
|
"description": "Netscape portable runtime",
|
|
"homepage": "https://releases.mozilla.org/pub/nspr/",
|
|
"license": "MPL-2.0",
|
|
"supports": "windows & !(arm | uwp | static)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-tool-mozbuild",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|