diff options
| author | wangqr <wangqr@users.noreply.github.com> | 2020-06-10 21:04:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-10 18:04:32 -0700 |
| commit | 1509b14bb3e100ff579bc42c5923ed2871467844 (patch) | |
| tree | a4d15b19f21e4cf290ab509216c36e469a86bc66 /ports/avisynthplus/CONTROL | |
| parent | 473e54820731eae43b745f65240838aaaf88c9cf (diff) | |
| download | vcpkg-1509b14bb3e100ff579bc42c5923ed2871467844.tar.gz vcpkg-1509b14bb3e100ff579bc42c5923ed2871467844.zip | |
[avisynthplus] Upgrade to 3.6.0 (#11736)
* [avisynthplus] Upgrade to 3.6.0
AviSynth+ also supports linux and macOS now
* [avisynthplus] Allow x64-linux build fail on CI
AviSynth+ requires C++17 to build correctly. C++17 std::filesystem is not available in gcc 7.5 used in CI.
Diffstat (limited to 'ports/avisynthplus/CONTROL')
| -rw-r--r-- | ports/avisynthplus/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/avisynthplus/CONTROL b/ports/avisynthplus/CONTROL index 21d9c5586..362eaaed9 100644 --- a/ports/avisynthplus/CONTROL +++ b/ports/avisynthplus/CONTROL @@ -1,5 +1,5 @@ Source: avisynthplus -Version: 3.5.0 +Version: 3.6.0 Homepage: http://avs-plus.net/ Description: An improved version of the AviSynth frameserver, with improved features and developer friendliness -Supports: windows&!(uwp|arm|static) +Supports: !(uwp|arm|static) |
