diff options
| -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" } |
