mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:49:00 +08:00
[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 e7dc93f202
* Update vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
This commit is contained in:
parent
0e05a1f629
commit
edb61470d8
@ -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
|
||||
)
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user