Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[kaitai_struct_cpp_stl_runtime] fix hash #34846

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -3670,7 +3670,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