File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ vcpkg_from_github(
2
2
OUT_SOURCE_PATH SOURCE_PATH
3
3
REPO libical/libical
4
4
REF "v${VERSION} "
5
- SHA512 53ecf6c14a68d569dd11bfdeb1a072def847a14d189c6af16eab202e004350ee7d9488c6b63e9cb67889e8c2dec90643fef46aec143a915f28270d0752eaa9d5
5
+ SHA512 32e5cac219801b40d8691deae6efae6fdaa64ca0968a72af5b27647958d44d79626c26c4e3675cfb284c2f1039c237c61ba2dd6030e9b1ea6a9d69296424240d
6
6
)
7
7
8
8
vcpkg_find_acquire_program(PERL)
@@ -39,4 +39,4 @@ vcpkg_fixup_pkgconfig()
39
39
file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/include" )
40
40
file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug/share" )
41
41
42
- file ( INSTALL "${SOURCE_PATH} /COPYING" DESTINATION " ${CURRENT_PACKAGES_DIR} /share/ ${PORT} " RENAME copyright )
42
+ vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH} /COPYING" )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " libical" ,
3
- "version" : " 3.0.18 " ,
3
+ "version" : " 3.0.19 " ,
4
4
"description" : " Reference implementation of the iCalendar data type and serialization format" ,
5
5
"homepage" : " https://github.com/libical/libical" ,
6
6
"license" : " MPL-2.0" ,
Original file line number Diff line number Diff line change 4673
4673
"port-version" : 0
4674
4674
},
4675
4675
"libical" : {
4676
- "baseline" : " 3.0.18 " ,
4676
+ "baseline" : " 3.0.19 " ,
4677
4677
"port-version" : 0
4678
4678
},
4679
4679
"libice" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " 5d8962c7ef4bbfbdb942c83ec6af0a283b086110" ,
5
+ "version" : " 3.0.19" ,
6
+ "port-version" : 0
7
+ },
3
8
{
4
9
"git-tree" : " 4ccfb365a99b0784a89dedeedc3d78d876606afe" ,
5
10
"version" : " 3.0.18" ,
You can’t perform that action at this time.
0 commit comments