mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:53:03 +08:00
[libressl] enable support for uwp and arm. (#35135)
This commit is contained in:
parent
9f7d381ec1
commit
bf1c8fef40
@ -1,10 +1,9 @@
|
||||
{
|
||||
"name": "libressl",
|
||||
"version": "3.6.2",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.",
|
||||
"license": "ISC",
|
||||
"supports": "!(uwp | arm)",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -4710,7 +4710,7 @@
|
||||
},
|
||||
"libressl": {
|
||||
"baseline": "3.6.2",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"librsvg": {
|
||||
"baseline": "2.40.20",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "213551b173db269dfd275c34a776ab7d093c5012",
|
||||
"version": "3.6.2",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "ad22d9c62107c65630cd57d97749920a02016095",
|
||||
"version": "3.6.2",
|
||||
|
Loading…
Reference in New Issue
Block a user