mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
[kaitai_struct_cpp_stl_runtime] fix hash (#34846)
This commit is contained in:
parent
0dc005fb66
commit
354a05b99d
@ -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
|
||||
)
|
||||
|
||||
|
@ -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",
|
||||
|
@ -3678,7 +3678,7 @@
|
||||
},
|
||||
"kaitai-struct-cpp-stl-runtime": {
|
||||
"baseline": "0.10.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"kangaru": {
|
||||
"baseline": "4.3.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6955b0e08a1013a8e3fc43984ddd4a9455bec5ed",
|
||||
"version": "0.10.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "5a70cdc32238d97c453f129e298c03bebdc2e7fd",
|
||||
"version": "0.10.1",
|
||||
|
Loading…
Reference in New Issue
Block a user