Skip to content

[scintilla] Update to 5.5.6 #45104

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

Merged
merged 7 commits into from
Apr 25, 2025
Merged
Show file tree
Hide file tree
Changes from 2 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
8 changes: 4 additions & 4 deletions ports/scintilla/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://www.scintilla.org/scintilla551.zip"
FILENAME "scintilla551.zip"
SHA512 00a230cbdd6e41925eec71566143f4a0fc8e4a87eddb459e3b547835e0cc1a8773e450112468acddacebbf0d4252c9b7edc9d813804a144d6f090f96441b7e1b
URLS "https://www.scintilla.org/scintilla556.zip"
FILENAME "scintilla556.zip"
SHA512 8e845a94379fff88222fa9e4e5f534f62595420dd933166e4d9cc67b197c79f578405cb020892142ead1afd85bd42f1dc4361a339134a087e14760ff33d0a1cf
)

if (VCPKG_LIBRARY_LINKAGE STREQUAL "static")
Expand All @@ -15,7 +15,7 @@ endif()
vcpkg_extract_source_archive(
SOURCE_PATH
ARCHIVE ${ARCHIVE}
SOURCE_BASE 5.5.0
SOURCE_BASE 5.5.6
PATCHES ${PATCHES}
)

Expand Down
2 changes: 1 addition & 1 deletion ports/scintilla/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "5.5.1",
"description": "A free source code editing component for Win32, GTK+, and OS X",
"homepage": "https://www.scintilla.org/",
"supports": "!(uwp | linux | osx)",
"supports": "!(uwp | linux | osx | android)",
"dependencies": [
{
"name": "vcpkg-msbuild",
Expand Down
7 changes: 6 additions & 1 deletion versions/s-/scintilla.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"versions": [
{
"git-tree": "9879865509d99cf64894e8573f8dcbc4e4dde77d",
"git-tree": "5882d4b9310bd261eb89dc92f58d8427f8c7680c",
"version": "5.5.6",
"port-version": 0
},
{
"git-tree": "4d0de69c251c9cb96eb66e43927d1f30d3fe4dcc",
"version": "5.5.1",
"port-version": 0
},
Expand Down
Loading