[scintilla] Update to 4.2.3 (#9591)

* [scintilla] Update to 4.2.3

* Update ci.baseline.txt

* Update
This commit is contained in:
SeekingMeaning 2020-01-17 16:51:00 -08:00 committed by Victor Romero
parent 4956dfdc06
commit 299e8b4ac6
3 changed files with 6 additions and 7 deletions

View File

@ -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

View File

@ -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(

View File

@ -1497,7 +1497,6 @@ rpclib:x86-windows=ignore
rpclib:x64-windows-static=ignore
rttr:arm-uwp=fail
rttr:x64-uwp=fail
scintilla:arm64-windows=fail
scintilla:arm-uwp=fail
scintilla:x64-linux=fail
scintilla:x64-osx=fail