Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[scintilla] Update to 4.4.5 #13665

Merged
merged 8 commits into from
Sep 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/scintilla/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: scintilla
Version: 4.2.3
Port-Version: 1
Version: 4.4.5
Homepage: https://www.scintilla.org/
Description: A free source code editing component for Win32, GTK+, and OS X
Supports: !(uwp|linux|osx)
8 changes: 4 additions & 4 deletions ports/scintilla/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
vcpkg_fail_port_install(ON_TARGET "Linux" "OSX" "UWP")

vcpkg_download_distfile(ARCHIVE
URLS "http://www.scintilla.org/scintilla423.zip"
FILENAME "scintilla423.zip"
SHA512 82a595782119ce5bb48c39f4cb9b29605c4cdc276f605ebd3e3b3ecae003ef2132102e21be8943c8b36ec40957e2e50f4ebc0086a5096901fa0e8e5e178db750
URLS "https://www.scintilla.org/scintilla445.zip"
FILENAME "scintilla445.zip"
SHA512 bac25ee6e9b1ab3602a6fbf2f28f046f6da5c45dfd6e882df250760a254517ee9b05d95b816234b5145553f0a8da92016d7839a50624543c52fde7539ea08259
)

if (VCPKG_LIBRARY_LINKAGE STREQUAL "static")
Expand All @@ -17,7 +17,7 @@ endif()
vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH
ARCHIVE ${ARCHIVE}
REF 4.2.3
REF 4.4.5
PATCHES ${PATCHES}
)

Expand Down
4 changes: 0 additions & 4 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1509,10 +1509,6 @@ ryu:x64-uwp=fail
ryu:x64-windows-static=fail
ryu:x86-windows=fail
ryu::arm64-windows=fail
scintilla:arm-uwp=fail
scintilla:x64-linux=fail
scintilla:x64-osx=fail
scintilla:x64-uwp=fail
sciter:arm64-windows=fail
sciter:arm-uwp=fail
sciter:x64-uwp=fail
Expand Down