vcpkg/ports/avisynthplus/vcpkg.json
chausner 50fdc1f830
[avisynthplus] Update to 3.7.2 (#24189)
* Update avisynthplus to 3.7.2

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-18 14:51:15 -07:00

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