diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/scintilla/CONTROL | 2 | ||||
| -rw-r--r-- | ports/scintilla/portfile.cmake | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ports/scintilla/CONTROL b/ports/scintilla/CONTROL index 6b7aa54f6..901697cc5 100644 --- a/ports/scintilla/CONTROL +++ b/ports/scintilla/CONTROL @@ -1,4 +1,4 @@ Source: scintilla -Version: 4.1.2 +Version: 4.2.3 Homepage: https://www.scintilla.org/ Description: A free source code editing component for Win32, GTK+, and OS X diff --git a/ports/scintilla/portfile.cmake b/ports/scintilla/portfile.cmake index aad39a8dc..788896bda 100644 --- a/ports/scintilla/portfile.cmake +++ b/ports/scintilla/portfile.cmake @@ -1,16 +1,16 @@ -include(vcpkg_common_functions) +vcpkg_fail_port_install(ON_TARGET "Linux" "OSX" "UWP") vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY ONLY_DYNAMIC_CRT) vcpkg_download_distfile(ARCHIVE - URLS "http://www.scintilla.org/scintilla412.zip" - FILENAME "scintilla412.zip" - SHA512 10e24a2def5b3104b0f2eec473c53edb0a0cc19fbbef261e460a77415ec68ff83f9ee20c76cda7987627708c1d4ead5f964d4d5a98929d8256280bfa9bd0cddc + URLS "http://www.scintilla.org/scintilla423.zip" + FILENAME "scintilla423.zip" + SHA512 82a595782119ce5bb48c39f4cb9b29605c4cdc276f605ebd3e3b3ecae003ef2132102e21be8943c8b36ec40957e2e50f4ebc0086a5096901fa0e8e5e178db750 ) vcpkg_extract_source_archive_ex( OUT_SOURCE_PATH SOURCE_PATH ARCHIVE ${ARCHIVE} - REF 4.1.2 + REF 4.2.3 ) vcpkg_install_msbuild( |
