[vcpkg baseline][opencv4] Fix hash check (#25922)

* [vcpkg baseline][opencv4] Fix hash check

* version
This commit is contained in:
Jack·Boos·Yu 2022-07-22 16:43:26 +00:00 committed by GitHub
parent b2a22ff59a
commit 8408dd9e1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -16,6 +16,7 @@ vcpkg_from_github(
REPO opencv/opencv
REF ${OPENCV_VERSION}
SHA512 4d1783fd78425cc43bb2153446dd634cedd366a49592bccc0c538a40aa161fcf67db8f1b6b68f1ce0b4a93504b3f06f65931709277afb1a1ee9fe963094bca02
FILE_DISAMBIGUATOR 1
HEAD_REF master
PATCHES
0001-disable-downloading.patch

View File

@ -1,7 +1,7 @@
{
"name": "opencv4",
"version": "4.5.5",
"port-version": 6,
"port-version": 7,
"description": "computer vision library",
"homepage": "https://github.com/opencv/opencv",
"license": "Apache-2.0",

View File

@ -5186,7 +5186,7 @@
},
"opencv4": {
"baseline": "4.5.5",
"port-version": 6
"port-version": 7
},
"opendnp3": {
"baseline": "3.1.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8e165720af85f0da853cf0a4ac9eb5cb20804d13",
"version": "4.5.5",
"port-version": 7
},
{
"git-tree": "c929f4a1c447240d07e17d0f105b4a36e3d6b5ce",
"version": "4.5.5",