mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:59:02 +08:00
7e2313f65b
* [nss] Update version to 3.78 * [nss] Update version to 3.78 * Add version Co-authored-by: Aleksandr Buianov <aleksandr.buianov@kofax.com>
21 lines
412 B
JSON
21 lines
412 B
JSON
{
|
|
"name": "nss",
|
|
"version": "3.78",
|
|
"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-nss",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-mozbuild",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|