aboutsummaryrefslogtreecommitdiff
path: root/ports/gdcm2
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-04-15 22:30:11 -0700
committerPhil Christensen <philc@microsoft.com>2019-04-15 22:30:11 -0700
commitc95512aaf6cb590a5fd809075d012e617ad33525 (patch)
tree87af342c7cc8c8f613647df0d83fc72dfce4cd0e /ports/gdcm2
parent56bc2f9160abc9f6f8e0d60cf282d58fbdafe112 (diff)
downloadvcpkg-c95512aaf6cb590a5fd809075d012e617ad33525.tar.gz
vcpkg-c95512aaf6cb590a5fd809075d012e617ad33525.zip
[many ports] Updates 2019.03.29 (#5698)
* Updates 2019.03.29 * Undo changes to 4 ports(rocksdb tbb thrift uwebsockets) due to failures * [folly] Fix target files in debug mode * Undo glog changes since it caused sophus openmvg and cartographer failures * Undo Folly changes since it cause wangle failed * Undo Folly portfile
Diffstat (limited to 'ports/gdcm2')
-rw-r--r--ports/gdcm2/CONTROL2
-rw-r--r--ports/gdcm2/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/gdcm2/CONTROL b/ports/gdcm2/CONTROL
index a3a083ed8..baabd1df1 100644
--- a/ports/gdcm2/CONTROL
+++ b/ports/gdcm2/CONTROL
@@ -1,4 +1,4 @@
Source: gdcm2
-Version: 2.8.8-2
+Version: 2.8.9
Description: Grassroots DICOM library
Build-Depends: zlib, expat, openjpeg
diff --git a/ports/gdcm2/portfile.cmake b/ports/gdcm2/portfile.cmake
index a6aad4e11..bc44a0a97 100644
--- a/ports/gdcm2/portfile.cmake
+++ b/ports/gdcm2/portfile.cmake
@@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO malaterre/GDCM
- REF v2.8.8
- SHA512 92efa1b85e38a5e463933c36a275e1392608c9da4d7c3ab17acfa70bfa112bc03e8705086eaac4a3ad5153fde5116ccc038093adaa8598b18000f403f39db738
+ REF v2.8.9
+ SHA512 3c80503de6df8fe2589849ae9334d11e3cb033701450e1d7ea2781d122d1c8c1fc205fefc358d0ad1b9c5199c838e1c7c1bb34949da1c73cc8ae174b72e7e70c
HEAD_REF master
PATCHES find-openjpeg.patch
)