[ xtensor-io ] Fix wrong hash (#22018)

* [xtensor-io] Fix wrong hash

* update version
This commit is contained in:
JonLiu1993 2021-12-15 04:57:42 +08:00 committed by GitHub
parent a0a866ac68
commit 40a560655a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -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
)

View File

@ -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": [

View File

@ -7374,7 +7374,7 @@
},
"xtensor-io": {
"baseline": "0.13.0",
"port-version": 0
"port-version": 1
},
"xtl": {
"baseline": "0.7.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5673651fb8b30a016de2c3a3d7fbe96838690cb1",
"version": "0.13.0",
"port-version": 1
},
{
"git-tree": "71f1c4cb5fb871e6dd863766646a38b232a20b2f",
"version": "0.13.0",