From 79caba3c9d76b2e2cdb2ab5e23b825ea0976c0e6 Mon Sep 17 00:00:00 2001 From: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> Date: Thu, 20 Oct 2022 05:18:05 +0800 Subject: [PATCH] [libical] update to v3.0.16 (#27302) * update libical * update version Co-authored-by: Monica --- ports/libical/portfile.cmake | 4 ++-- ports/libical/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/l-/libical.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/libical/portfile.cmake b/ports/libical/portfile.cmake index de1c7da71b..6d8247e137 100644 --- a/ports/libical/portfile.cmake +++ b/ports/libical/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libical/libical - REF 408c598eea3d40c728df4e7dfd78dcdcc132c377 #v3.0.15 - SHA512 7b25f3eab1b81621eb4704943bf9c69f5bb37a3d1489f84e95febb69073fa583877649a3d1109679962175f57f953547601e02349f034eb95b5eda8cfcec6f71 + REF 5990fd0ac00ee3f068909ac86aa642c940720150 #v3.0.16 + SHA512 46e9330373e0c5ff4ffb658c2bd0a18cf082b539edf467323926c9b256122613b75190305f3365e52f26371bf51142c16dd40b8c18d2d13020e703b1d5d45042 ) vcpkg_find_acquire_program(PERL) diff --git a/ports/libical/vcpkg.json b/ports/libical/vcpkg.json index 830bc97a71..a0130e34f5 100644 --- a/ports/libical/vcpkg.json +++ b/ports/libical/vcpkg.json @@ -1,6 +1,6 @@ { "name": "libical", - "version": "3.0.15", + "version": "3.0.16", "description": "Reference implementation of the iCalendar data type and serialization format", "homepage": "https://github.com/libical/libical", "license": "MPL-2.0", diff --git a/versions/baseline.json b/versions/baseline.json index 6b8a5fe7e6..566a5b03f4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3817,7 +3817,7 @@ "port-version": 0 }, "libical": { - "baseline": "3.0.15", + "baseline": "3.0.16", "port-version": 0 }, "libice": { diff --git a/versions/l-/libical.json b/versions/l-/libical.json index eb6617737a..38b21e90e6 100644 --- a/versions/l-/libical.json +++ b/versions/l-/libical.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1b43ddbc68adc33c4d442851a313d655840a7893", + "version": "3.0.16", + "port-version": 0 + }, { "git-tree": "ebb6d5999a0382ec8845da8fc473fa794a4f5aee", "version": "3.0.15",