Skip to content

Commit 6cb30d5

Browse files
authored
[libical] Update to 3.0.19 (microsoft#42906)
1 parent bb4cfe5 commit 6cb30d5

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

ports/libical/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO libical/libical
44
REF "v${VERSION}"
5-
SHA512 53ecf6c14a68d569dd11bfdeb1a072def847a14d189c6af16eab202e004350ee7d9488c6b63e9cb67889e8c2dec90643fef46aec143a915f28270d0752eaa9d5
5+
SHA512 32e5cac219801b40d8691deae6efae6fdaa64ca0968a72af5b27647958d44d79626c26c4e3675cfb284c2f1039c237c61ba2dd6030e9b1ea6a9d69296424240d
66
)
77

88
vcpkg_find_acquire_program(PERL)
@@ -39,4 +39,4 @@ vcpkg_fixup_pkgconfig()
3939
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
4040
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
4141

42-
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
42+
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")

ports/libical/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libical",
3-
"version": "3.0.18",
3+
"version": "3.0.19",
44
"description": "Reference implementation of the iCalendar data type and serialization format",
55
"homepage": "https://github.com/libical/libical",
66
"license": "MPL-2.0",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4673,7 +4673,7 @@
46734673
"port-version": 0
46744674
},
46754675
"libical": {
4676-
"baseline": "3.0.18",
4676+
"baseline": "3.0.19",
46774677
"port-version": 0
46784678
},
46794679
"libice": {

versions/l-/libical.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "5d8962c7ef4bbfbdb942c83ec6af0a283b086110",
5+
"version": "3.0.19",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "4ccfb365a99b0784a89dedeedc3d78d876606afe",
510
"version": "3.0.18",

0 commit comments

Comments
 (0)