зеркало из https://github.com/microsoft/vcpkg.git
[poco] update to1.13.3 (#38006)
- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] The "supports" clause reflects platforms that may be fixed by this new version. - [ ] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [ ] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file.
This commit is contained in:
Родитель
3b818835e1
Коммит
b8ee4db800
|
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO pocoproject/poco
|
||||
REF "poco-${VERSION}-release"
|
||||
SHA512 7d8454d2f29316fb15d5771f20d2348f426666620aad50c45d63539f0fe33535f0b6954bfa11b66953ea2a2762c1b43bf97ce79987e9d865c2eee4924b3b4f08
|
||||
SHA512 084064fb462c9e7993d069ebdf395802af900ed92c5b294465a2c246162bb86caa3505985de329e8110d3e9fb3bc39ae9536d523843729d4ed5ce00c35289d92
|
||||
HEAD_REF devel
|
||||
PATCHES
|
||||
# Fix embedded copy of pcre in static linking mode
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "poco",
|
||||
"version": "1.13.2",
|
||||
"version": "1.13.3",
|
||||
"description": "Modern, powerful open source C++ class libraries for building network and internet-based applications that run on desktop, server, mobile and embedded systems.",
|
||||
"homepage": "https://github.com/pocoproject/poco",
|
||||
"license": "BSL-1.0",
|
||||
|
|
|
@ -6853,7 +6853,7 @@
|
|||
"port-version": 0
|
||||
},
|
||||
"poco": {
|
||||
"baseline": "1.13.2",
|
||||
"baseline": "1.13.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"podofo": {
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "161e940e8c25d09dd731462771d84cbe78743643",
|
||||
"version": "1.13.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "16034dbe3ca8ceae1aed4b5f0a97b07c32942cd9",
|
||||
"version": "1.13.2",
|
||||
|
|
Загрузка…
Ссылка в новой задаче