comparison src/gdcm.mk @ 5479:0d456bea7ea2

* src/gdcm.mk: update to v3.0.7
author John Donoghue <john.donoghue@ieee.org>
date Thu, 02 Jul 2020 10:59:03 -0400
parents 1d7f736ba2e1
children d862fd40cc42
comparison
equal deleted inserted replaced
5478:86ff7d9dc1d2 5479:0d456bea7ea2
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := gdcm 4 PKG := gdcm
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.0.6 6 $(PKG)_VERSION := 3.0.7
7 $(PKG)_CHECKSUM := c6e0f102ac4bc8683d18492f2e2650edcc98f1d9 7 $(PKG)_CHECKSUM := 001ec272163a86f4f001374658917b43be03bce0
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG) 3.x/GDCM $($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG) 3.x/GDCM $($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := expat zlib 11 $(PKG)_DEPS := expat zlib
12 12