vcpkg/ports/boinc/vcpkg.json
Jia Yue Hua d5826018bc
[boinc] update to 7.24.3 (#36576)
* [boinc] update to 7.24.3

* [boinc] update to 7.24.3

* add curly brace
2024-02-05 11:20:08 -08:00

20 lines
426 B
JSON

{
"name": "boinc",
"version": "7.24.3",
"description": "Open-source software for volunteer computing and grid computing.",
"homepage": "https://boinc.berkeley.edu/",
"license": "LGPL-3.0-or-later",
"supports": "!(windows & arm) & !uwp & !xbox",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}