Skip to content

Commit 354a05b

Browse files
authored
[kaitai_struct_cpp_stl_runtime] fix hash (microsoft#34846)
1 parent 0dc005f commit 354a05b

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO kaitai-io/kaitai_struct_cpp_stl_runtime
44
REF ${VERSION}
5-
SHA512 4efc2aa36662e35f6e23e2dbe300163c79740eb8b741742ee7c6a2510a4d5e1b336a711a59d6bac587456a031c4512155db5e311357fc49ad49cd5130761d2c0
5+
SHA512 53b26627e281a12b6c1d217e8b439aba7dabf6fc55d3edc27e70f7757851f060f4039db3a16c48c5c60a715671b855b51e527f154df7d94547943f865c9d4b9a
66
HEAD_REF master
77
)
88

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "kaitai-struct-cpp-stl-runtime",
33
"version": "0.10.1",
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",
56
"homepage": "http://kaitai.io/",
67
"documentation": "https://doc.kaitai.io/lang_cpp_stl.html",

versions/baseline.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3678,7 +3678,7 @@
36783678
},
36793679
"kaitai-struct-cpp-stl-runtime": {
36803680
"baseline": "0.10.1",
3681-
"port-version": 0
3681+
"port-version": 1
36823682
},
36833683
"kangaru": {
36843684
"baseline": "4.3.1",

versions/k-/kaitai-struct-cpp-stl-runtime.json

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "6955b0e08a1013a8e3fc43984ddd4a9455bec5ed",
5+
"version": "0.10.1",
6+
"port-version": 1
7+
},
38
{
49
"git-tree": "5a70cdc32238d97c453f129e298c03bebdc2e7fd",
510
"version": "0.10.1",

0 commit comments

Comments
 (0)