mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 07:58:13 +08:00
[libical] Update to 3.0.19 (#42906)
This commit is contained in:
parent
bb4cfe509d
commit
6cb30d5d4d
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO libical/libical
|
REPO libical/libical
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 53ecf6c14a68d569dd11bfdeb1a072def847a14d189c6af16eab202e004350ee7d9488c6b63e9cb67889e8c2dec90643fef46aec143a915f28270d0752eaa9d5
|
SHA512 32e5cac219801b40d8691deae6efae6fdaa64ca0968a72af5b27647958d44d79626c26c4e3675cfb284c2f1039c237c61ba2dd6030e9b1ea6a9d69296424240d
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_find_acquire_program(PERL)
|
vcpkg_find_acquire_program(PERL)
|
||||||
@ -39,4 +39,4 @@ vcpkg_fixup_pkgconfig()
|
|||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||||
|
|
||||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "libical",
|
"name": "libical",
|
||||||
"version": "3.0.18",
|
"version": "3.0.19",
|
||||||
"description": "Reference implementation of the iCalendar data type and serialization format",
|
"description": "Reference implementation of the iCalendar data type and serialization format",
|
||||||
"homepage": "https://github.com/libical/libical",
|
"homepage": "https://github.com/libical/libical",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
|
@ -4673,7 +4673,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libical": {
|
"libical": {
|
||||||
"baseline": "3.0.18",
|
"baseline": "3.0.19",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libice": {
|
"libice": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "5d8962c7ef4bbfbdb942c83ec6af0a283b086110",
|
||||||
|
"version": "3.0.19",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "4ccfb365a99b0784a89dedeedc3d78d876606afe",
|
"git-tree": "4ccfb365a99b0784a89dedeedc3d78d876606afe",
|
||||||
"version": "3.0.18",
|
"version": "3.0.18",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user