Skip to content

Commit 3db09f5

Browse files
OhmV-IRdg0ytCheney-WBillyONeal
authored
[scintilla] Update to 5.5.6 (#45104)
Co-authored-by: Kai Pastor <[email protected]> Co-authored-by: Cheney Wang <[email protected]> Co-authored-by: Billy Robert O'Neal III <[email protected]>
1 parent ab5c274 commit 3db09f5

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

ports/scintilla/portfile.cmake

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
vcpkg_download_distfile(ARCHIVE
2-
URLS "https://www.scintilla.org/scintilla551.zip"
3-
FILENAME "scintilla551.zip"
4-
SHA512 00a230cbdd6e41925eec71566143f4a0fc8e4a87eddb459e3b547835e0cc1a8773e450112468acddacebbf0d4252c9b7edc9d813804a144d6f090f96441b7e1b
2+
URLS "https://www.scintilla.org/scintilla556.zip"
3+
FILENAME "scintilla556.zip"
4+
SHA512 8e845a94379fff88222fa9e4e5f534f62595420dd933166e4d9cc67b197c79f578405cb020892142ead1afd85bd42f1dc4361a339134a087e14760ff33d0a1cf
55
)
66

77
if (VCPKG_LIBRARY_LINKAGE STREQUAL "static")
@@ -15,7 +15,7 @@ endif()
1515
vcpkg_extract_source_archive(
1616
SOURCE_PATH
1717
ARCHIVE ${ARCHIVE}
18-
SOURCE_BASE 5.5.0
18+
SOURCE_BASE 5.5.6
1919
PATCHES ${PATCHES}
2020
)
2121

ports/scintilla/vcpkg.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "scintilla",
3-
"version": "5.5.1",
3+
"version": "5.5.6",
44
"description": "A free source code editing component for Win32, GTK+, and OS X",
55
"homepage": "https://www.scintilla.org/",
6-
"supports": "!(uwp | linux | osx)",
6+
"supports": "windows & !uwp & !mingw",
77
"dependencies": [
88
{
99
"name": "vcpkg-msbuild",

scripts/ci.baseline.txt

-3
Original file line numberDiff line numberDiff line change
@@ -903,9 +903,6 @@ rtmidi:arm64-android=fail
903903
rtmidi:x64-android=fail
904904
safetyhook:x64-linux=fail
905905
salome-medcoupling:x64-linux=fail
906-
scintilla:arm-neon-android=fail
907-
scintilla:arm64-android=fail
908-
scintilla:x64-android=fail
909906
sciter:arm-neon-android=fail
910907
sciter:arm64-android=fail
911908
sciter:arm64-osx=skip

versions/baseline.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8397,7 +8397,7 @@
83978397
"port-version": 0
83988398
},
83998399
"scintilla": {
8400-
"baseline": "5.5.1",
8400+
"baseline": "5.5.6",
84018401
"port-version": 0
84028402
},
84038403
"sciplot": {

versions/s-/scintilla.json

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "a82db6d9c0d2eaf3fe2e54810820a76c0948d3cd",
5+
"version": "5.5.6",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "9879865509d99cf64894e8573f8dcbc4e4dde77d",
510
"version": "5.5.1",

0 commit comments

Comments
 (0)