Skip to content

Commit c2aeddd

Browse files
authored
[kaitai-struct-cpp-stl-runtime] Switch homepage URL to https (#49796)
1 parent 8e0a56f commit c2aeddd

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

ports/kaitai-struct-cpp-stl-runtime/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO kaitai-io/kaitai_struct_cpp_stl_runtime
4-
REF ${VERSION}
4+
REF "${VERSION}"
55
SHA512 fd537c5d45d4c53de54c31b9286ff1100f74d62458fa2bbfd0d10d9cfedeb638e20c8d89a683b934310244de1de1093dbf79a06ac56a4918032ee31f0b49cbd7
66
HEAD_REF master
77
PATCHES
@@ -24,4 +24,4 @@ vcpkg_cmake_install()
2424

2525
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
2626

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

ports/kaitai-struct-cpp-stl-runtime/vcpkg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "kaitai-struct-cpp-stl-runtime",
33
"version": "0.11",
4+
"port-version": 1,
45
"description": "Kaitai Struct is a declarative language used for describe various binary data structures, laid out in files or in memory. This library implements Kaitai Struct API for C++ using STL",
5-
"homepage": "http://kaitai.io/",
6+
"homepage": "https://kaitai.io",
67
"documentation": "https://doc.kaitai.io/lang_cpp_stl.html",
78
"license": "MIT",
89
"dependencies": [

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4158,7 +4158,7 @@
41584158
},
41594159
"kaitai-struct-cpp-stl-runtime": {
41604160
"baseline": "0.11",
4161-
"port-version": 0
4161+
"port-version": 1
41624162
},
41634163
"kangaru": {
41644164
"baseline": "4.3.2",

versions/k-/kaitai-struct-cpp-stl-runtime.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": "33e78fe7401fd9e0c9dd794a0cc95b9b984769a0",
5+
"version": "0.11",
6+
"port-version": 1
7+
},
38
{
49
"git-tree": "c24e4f3de328fd608e8e828c063d66eeac2eb13b",
510
"version": "0.11",

0 commit comments

Comments
 (0)