Skip to content

Commit

Permalink
[gdcm] update to 3.0.12 (#24892)
Browse files Browse the repository at this point in the history
* [gdcm] update to 3.0.12

* updtae version
  • Loading branch information
JonLiu1993 authored May 25, 2022
1 parent 4a182b3 commit 8b9004a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ports/gdcm/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO malaterre/GDCM
REF c0824c0ae66e9f9e3c8bddba8b65238c1c28481d # v3.0.7
SHA512 1889f18f7164e1395e2cf5fe29b6ccd615f9a31433d1a7bda19cac472b20bc52018ef45bd9d9ca72ecb248c9fd5d895b94bfd111157693f70e0b90cf7b582edd
REF 1f94bafc929db3648612848836f7899f101d6641 # v3.0.12
SHA512 cec050c61d9880880b8b72234f8b0824a1f1fa8f9b2419fec85a0f27fe3bca4f9f80aa735b35775ac098f5827fde454aba700ebea17f5f8657894d26f5140f4a
HEAD_REF master
PATCHES
use-openjpeg-config.patch
Expand Down
4 changes: 2 additions & 2 deletions ports/gdcm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "gdcm",
"version": "3.0.7",
"port-version": 4,
"version": "3.0.12",
"description": "Grassroots DICOM library",
"homepage": "https://github.com/malaterre/GDCM",
"license": "BSD-3-Clause",
"supports": "!uwp & !(windows & arm)",
"dependencies": [
"expat",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2437,8 +2437,8 @@
"port-version": 0
},
"gdcm": {
"baseline": "3.0.7",
"port-version": 4
"baseline": "3.0.12",
"port-version": 0
},
"gdcm2": {
"baseline": "deprecated",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gdcm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d88a2229a173f1d38ae7beeb24d8169957968e74",
"version": "3.0.12",
"port-version": 0
},
{
"git-tree": "64bda232157a1119e4a16b3379294d13354e8971",
"version": "3.0.7",
Expand Down

0 comments on commit 8b9004a

Please sign in to comment.