mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 17:02:48 +08:00
[gdcm] update to 3.0.12 (#24892)
* [gdcm] update to 3.0.12 * updtae version
This commit is contained in:
parent
4a182b35d8
commit
8b9004a202
@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO malaterre/GDCM
|
REPO malaterre/GDCM
|
||||||
REF c0824c0ae66e9f9e3c8bddba8b65238c1c28481d # v3.0.7
|
REF 1f94bafc929db3648612848836f7899f101d6641 # v3.0.12
|
||||||
SHA512 1889f18f7164e1395e2cf5fe29b6ccd615f9a31433d1a7bda19cac472b20bc52018ef45bd9d9ca72ecb248c9fd5d895b94bfd111157693f70e0b90cf7b582edd
|
SHA512 cec050c61d9880880b8b72234f8b0824a1f1fa8f9b2419fec85a0f27fe3bca4f9f80aa735b35775ac098f5827fde454aba700ebea17f5f8657894d26f5140f4a
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
use-openjpeg-config.patch
|
use-openjpeg-config.patch
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "gdcm",
|
"name": "gdcm",
|
||||||
"version": "3.0.7",
|
"version": "3.0.12",
|
||||||
"port-version": 4,
|
|
||||||
"description": "Grassroots DICOM library",
|
"description": "Grassroots DICOM library",
|
||||||
"homepage": "https://github.com/malaterre/GDCM",
|
"homepage": "https://github.com/malaterre/GDCM",
|
||||||
|
"license": "BSD-3-Clause",
|
||||||
"supports": "!uwp & !(windows & arm)",
|
"supports": "!uwp & !(windows & arm)",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"expat",
|
"expat",
|
||||||
|
@ -2437,8 +2437,8 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"gdcm": {
|
"gdcm": {
|
||||||
"baseline": "3.0.7",
|
"baseline": "3.0.12",
|
||||||
"port-version": 4
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"gdcm2": {
|
"gdcm2": {
|
||||||
"baseline": "deprecated",
|
"baseline": "deprecated",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "d88a2229a173f1d38ae7beeb24d8169957968e74",
|
||||||
|
"version": "3.0.12",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "64bda232157a1119e4a16b3379294d13354e8971",
|
"git-tree": "64bda232157a1119e4a16b3379294d13354e8971",
|
||||||
"version": "3.0.7",
|
"version": "3.0.7",
|
||||||
|
Loading…
Reference in New Issue
Block a user