mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:49:06 +08:00
[scintilla] Update version to 5.5.1 (#40470)
This commit is contained in:
parent
61df54badb
commit
653e011fcb
@ -1,7 +1,7 @@
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://www.scintilla.org/scintilla550.zip"
|
||||
FILENAME "scintilla550.zip"
|
||||
SHA512 6e6dac00a6be902e64abdb6687887ef3c956cbeaf0ea5e05ce99af6876b5b57898c3633b38b9f975e6b06d3d4e17c6e6b6d4c51b0982b5e3375422af046830d1
|
||||
URLS "https://www.scintilla.org/scintilla551.zip"
|
||||
FILENAME "scintilla551.zip"
|
||||
SHA512 00a230cbdd6e41925eec71566143f4a0fc8e4a87eddb459e3b547835e0cc1a8773e450112468acddacebbf0d4252c9b7edc9d813804a144d6f090f96441b7e1b
|
||||
)
|
||||
|
||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "scintilla",
|
||||
"version": "5.5.0",
|
||||
"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)",
|
||||
|
@ -8001,7 +8001,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"scintilla": {
|
||||
"baseline": "5.5.0",
|
||||
"baseline": "5.5.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"sciplot": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9879865509d99cf64894e8573f8dcbc4e4dde77d",
|
||||
"version": "5.5.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "9d311c9adf5b021fbc6b5e3b3bcf99e036472f44",
|
||||
"version": "5.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user