Skip to content

Commit

Permalink
[kaitai_struct_cpp_stl_runtime] fix hash (#34846)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Nov 1, 2023
1 parent 0dc005f commit 354a05b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/kaitai-struct-cpp-stl-runtime/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO kaitai-io/kaitai_struct_cpp_stl_runtime
REF ${VERSION}
SHA512 4efc2aa36662e35f6e23e2dbe300163c79740eb8b741742ee7c6a2510a4d5e1b336a711a59d6bac587456a031c4512155db5e311357fc49ad49cd5130761d2c0
SHA512 53b26627e281a12b6c1d217e8b439aba7dabf6fc55d3edc27e70f7757851f060f4039db3a16c48c5c60a715671b855b51e527f154df7d94547943f865c9d4b9a
HEAD_REF master
)

Expand Down
1 change: 1 addition & 0 deletions ports/kaitai-struct-cpp-stl-runtime/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "kaitai-struct-cpp-stl-runtime",
"version": "0.10.1",
"port-version": 1,
"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",
"homepage": "http://kaitai.io/",
"documentation": "https://doc.kaitai.io/lang_cpp_stl.html",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3678,7 +3678,7 @@
},
"kaitai-struct-cpp-stl-runtime": {
"baseline": "0.10.1",
"port-version": 0
"port-version": 1
},
"kangaru": {
"baseline": "4.3.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/k-/kaitai-struct-cpp-stl-runtime.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6955b0e08a1013a8e3fc43984ddd4a9455bec5ed",
"version": "0.10.1",
"port-version": 1
},
{
"git-tree": "5a70cdc32238d97c453f129e298c03bebdc2e7fd",
"version": "0.10.1",
Expand Down

0 comments on commit 354a05b

Please sign in to comment.