mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[tesseract] Update version to 5.3.4 (#36316)
* [tesseract] Update version to 5.3.4 * version
This commit is contained in:
parent
f22bffe808
commit
f3a1279ea2
@ -6,7 +6,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO tesseract-ocr/tesseract
|
||||
REF "${VERSION}"
|
||||
SHA512 c04ae68ac4ecf85243c54feb4233e282cd420522588fd4b3eaa87619cb236a575052e3667a806c2f56de06dc013b88926c2dbea4cb4ee02f0119c032598169f2
|
||||
SHA512 a81c98c3754a71093df7b51390ccd43d05f661352b4cb564e403b96d81909664c2ecbf2eb6f37614c4639e6dadbf2329b926d09271dbbdaa302f2d7b6b0d628a
|
||||
PATCHES
|
||||
${tesseract_patch}
|
||||
fix_static_link_icu.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tesseract",
|
||||
"version": "5.3.3",
|
||||
"version": "5.3.4",
|
||||
"description": "An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.",
|
||||
"homepage": "https://github.com/tesseract-ocr/tesseract",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -8433,7 +8433,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"tesseract": {
|
||||
"baseline": "5.3.3",
|
||||
"baseline": "5.3.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"tfhe": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b9f3dd8099292d868212894c3a97f72ddf0ae1f2",
|
||||
"version": "5.3.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "9f806a1d29bd65196abb77d6db253305d82e0c94",
|
||||
"version": "5.3.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user