mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
[ xtensor-io ] Fix wrong hash (#22018)
* [xtensor-io] Fix wrong hash * update version
This commit is contained in:
parent
a0a866ac68
commit
40a560655a
@ -4,7 +4,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO xtensor-stack/xtensor-io
|
||||
REF ffada938383b0f24c9e0b07cea7d5780057e1d96 # 0.13.0
|
||||
SHA512 d7c5c85489aea9b9d8af7ee33a43dd8ab888e7f03da8b533ace39e143f89acbae4fe88bb10253931a3cc44041e1532bd76483686f7f20c00e2850647a574349c
|
||||
SHA512 ce5d085e500ef7043eb51538cab9a53c857983ac43e392cd65958c76fcde3ddb00161097cb70d334fa7d12af12e8109bb958b51f39afd9eeb60bb3421424058e
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "xtensor-io",
|
||||
"version": "0.13.0",
|
||||
"port-version": 1,
|
||||
"description": "xtensor plugin to read and write images, audio files, numpy (compressed) npz and HDF5",
|
||||
"homepage": "https://github.com/xtensor-stack/xtensor-io",
|
||||
"dependencies": [
|
||||
|
@ -7374,7 +7374,7 @@
|
||||
},
|
||||
"xtensor-io": {
|
||||
"baseline": "0.13.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"xtl": {
|
||||
"baseline": "0.7.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5673651fb8b30a016de2c3a3d7fbe96838690cb1",
|
||||
"version": "0.13.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "71f1c4cb5fb871e6dd863766646a38b232a20b2f",
|
||||
"version": "0.13.0",
|
||||
|
Loading…
Reference in New Issue
Block a user