diff options
| author | wangqr <wangqr@users.noreply.github.com> | 2020-12-22 01:11:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-21 09:11:41 -0800 |
| commit | edb61470d85ab5583c99b998983bab2eeb454929 (patch) | |
| tree | 900f35e543dd33221716643dcde55f30d2f96beb | |
| parent | 0e05a1f629c21b9b3ff26fa03e9156bf211d19c3 (diff) | |
| download | vcpkg-edb61470d85ab5583c99b998983bab2eeb454929.tar.gz vcpkg-edb61470d85ab5583c99b998983bab2eeb454929.zip | |
[avisynthplus] Update to 3.6.1 (#15214)
* [avisynthplus] Update to 3.6.1
* [avisynthplus] Do not limit system to Windows
AVS+ supports linux and macOS. The OS limit was introduced in e7dc93f2026c171073bc30e3f8235c9caba419bc
* Update vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
| -rw-r--r-- | ports/avisynthplus/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/avisynthplus/vcpkg.json | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/ports/avisynthplus/portfile.cmake b/ports/avisynthplus/portfile.cmake index 467e8dd91..e60a12149 100644 --- a/ports/avisynthplus/portfile.cmake +++ b/ports/avisynthplus/portfile.cmake @@ -1,12 +1,12 @@ -vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_LIBRARY_LINKAGE "static" ON_TARGET "UWP" "OSX" "Linux") +vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_LIBRARY_LINKAGE "static" ON_TARGET "UWP") vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO AviSynth/AviSynthPlus - REF v3.6.0 - SHA512 040e9f2c99973eb96b0f1ba373627c3c43ff17ed8339ea850aebc2306228384175cb37c418a139f865c396c70c2d254cd8a40838f577f184a4c161b258328dd5 + REF v3.6.1 + SHA512 7104c334769aacf3b1c14491c2e0cdd6586d6ea68dae7d10e7955ac56c6277fe4ae189d30ebd161baeda80e65e80fc49d4b2aed476272dd1aa235e7c8f0209d9 HEAD_REF master ) diff --git a/ports/avisynthplus/vcpkg.json b/ports/avisynthplus/vcpkg.json index b6796ad53..d55ecf20c 100644 --- a/ports/avisynthplus/vcpkg.json +++ b/ports/avisynthplus/vcpkg.json @@ -1,8 +1,7 @@ { "name": "avisynthplus", - "version-string": "3.6.0", - "port-version": 1, + "version-string": "3.6.1", "description": "An improved version of the AviSynth frameserver, with improved features and developer friendliness", "homepage": "http://avs-plus.net/", - "supports": "windows & !arm & !uwp & !static" + "supports": "!arm & !uwp & !static" } |
