Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[openimageio] Fix broken hash #19541

Merged
merged 2 commits into from
Aug 13, 2021

Conversation

PhoebeHui
Copy link
Contributor

Fixes #19523

Update the hash:

File does not have the expected hash:
url : [ https://github.com/OpenImageIO/oiio/archive/099c8585e3add6f58fab9aa438a491fa55d3f67e.tar.gz ]
File path : [ E:\VisualStudio\vcpkg\downloads\OpenImageIO-oiio-099c8585e3add6f58fab9aa438a491fa55d3f67e.tar.gz.41468.part ]
Expected hash : [ 1b6a5e41607bd68590a19672ca777c953b92b347425c9fe8ca7d096959bece789d043a0fae1f7bf00a88dcb11815dd3501414c9ad979e1fe9dd1613bb9e04b0b ]
Actual hash : [ 36e3aef52e082fcff64a16d10ad372a6335b3562c3d6e62aac88173476ae6c3694ac565084d50551724f47be83a7a8182e608c81c7a787392e576d9c401f65f5 ]

@PhoebeHui PhoebeHui added category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. labels Aug 13, 2021
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout a02f8e11de64c83dde6cfe2a038a5be42693b256 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index e135641..ae75b35 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -4658,7 +4658,7 @@
     },
     "openimageio": {
       "baseline": "2.2.17.0",
-      "port-version": 0
+      "port-version": 1
     },
     "openjpeg": {
       "baseline": "2.3.1",
diff --git a/versions/o-/openimageio.json b/versions/o-/openimageio.json
index 6c38b72..97fa621 100644
--- a/versions/o-/openimageio.json
+++ b/versions/o-/openimageio.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "1567eaa1f67e0996635f0d4213b55e9b97882acf",
+      "version": "2.2.17.0",
+      "port-version": 1
+    },
     {
       "git-tree": "886169206344e33a401999f301de01fe1e4fed01",
       "version": "2.2.17.0",

@NancyLi1013 NancyLi1013 added the info:reviewed Pull Request changes follow basic guidelines label Aug 13, 2021
@dan-shaw dan-shaw merged commit 4e35004 into microsoft:master Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[openimageio:x86-windows] build failure (hash issue on downloading gzip)
3 participants