mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 16:02:48 +08:00
[vcpkg baseline][openslide] fix download failed (#30651)
* fix download failed * update version
This commit is contained in:
parent
c4f39609d4
commit
58b59859de
@ -7,7 +7,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO openslide/openslide
|
||||
REF "v${VERSION}"
|
||||
SHA512 1b6bc4722fd6901d7c929ec332177d4892ea15700133c1a1339c6bdcace174064b5e063d3bcb2044e2ca56801c044f7b3d1c774c0b29f9005361a8336e297e4b
|
||||
SHA512 5b0315215f9cada56c85e0068c9493a66c70bae1230cc01dd00ce364414f53bf285728dc860d7de0ac30a10bdc3c1a76f728446b96ca337a62d588f5cc2a971c
|
||||
HEAD_REF master
|
||||
PATCHES remove-w-flags.patch
|
||||
${PATCHES}
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "openslide",
|
||||
"version": "3.4.1",
|
||||
"port-version": 1,
|
||||
"description": "OpenSlide is a C library for reading whole slide image files (also known as virtual slides). It provides a consistent and simple API for reading files from multiple vendors.",
|
||||
"homepage": "https://openslide.org/",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
|
@ -5850,7 +5850,7 @@
|
||||
},
|
||||
"openslide": {
|
||||
"baseline": "3.4.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"openssl": {
|
||||
"baseline": "3.1.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ff177e74dacffe2a12dec525304bac97b7f67a9f",
|
||||
"version": "3.4.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "e709084d5ff53f55afd332eac4b43ed9bf79e199",
|
||||
"version": "3.4.1",
|
||||
|
Loading…
Reference in New Issue
Block a user