comparison src/gdcm.mk @ 6528:4a7806828a90

* src/gdcm.mk: update to v3.0.20
author John Donoghue <john.donoghue@ieee.org>
date Wed, 16 Nov 2022 08:43:51 -0500
parents 97b754fe4871
children 640c55646afa
comparison
equal deleted inserted replaced
6527:2bfdd75d6b42 6528:4a7806828a90
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.19 6 $(PKG)_VERSION := 3.0.20
7 $(PKG)_CHECKSUM := af9dba375f3265f46b35aab9bffa1759709f539d 7 $(PKG)_CHECKSUM := 7d8ce96cf468031805b119b26853a9d4e795bd72
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 := https://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG) 3.x/GDCM $($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG) 3.x/GDCM $($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := expat zlib build-ninja 11 $(PKG)_DEPS := expat zlib build-ninja
12 12