vcpkg/ports/nspr/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

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