Skip to content
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

[libical] update to v3.0.16 #27302

Merged
merged 2 commits into from
Oct 19, 2022
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions ports/libical/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ports/libical/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3813,7 +3813,7 @@
"port-version": 0
},
"libical": {
"baseline": "3.0.15",
"baseline": "3.0.16",
"port-version": 0
},
"libice": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libical.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1b43ddbc68adc33c4d442851a313d655840a7893",
"version": "3.0.16",
"port-version": 0
},
{
"git-tree": "ebb6d5999a0382ec8845da8fc473fa794a4f5aee",
"version": "3.0.15",
Expand Down