mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
50fdc1f830
* Update avisynthplus to 3.7.2 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
15 lines
354 B
JSON
15 lines
354 B
JSON
{
|
|
"name": "avisynthplus",
|
|
"version-semver": "3.7.2",
|
|
"description": "An improved version of the AviSynth frameserver, with improved features and developer friendliness",
|
|
"homepage": "https://avs-plus.net/",
|
|
"license": "GPL-2.0",
|
|
"supports": "!arm & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|