changeset 3487:47e0db332075

Update lcms2 to 2.5 * src/lcms.mk: update to 2.5.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 02 Feb 2014 09:21:11 -0500
parents f5cc3c3a40e6
children 0db08921272d
files src/lcms.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lcms.mk	Sun Feb 02 09:16:38 2014 -0500
+++ b/src/lcms.mk	Sun Feb 02 09:21:11 2014 -0500
@@ -3,8 +3,8 @@
 
 PKG             := lcms
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 2.4
-$(PKG)_CHECKSUM := 9944902864283af49e4e21a1ca456db4e04ea7c2
+$(PKG)_VERSION  := 2.5
+$(PKG)_CHECKSUM := bab3470471fc7756c5fbe71be9a3c7d677d2ee7b
 $(PKG)_SUBDIR   := $(PKG)$(word 1,$(subst ., ,$($(PKG)_VERSION)))-$(subst a,,$($(PKG)_VERSION))
 $(PKG)_FILE     := $(PKG)$(word 1,$(subst ., ,$($(PKG)_VERSION)))-$(subst a,,$($(PKG)_VERSION)).tar.gz
 $(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(subst a,,$($(PKG)_VERSION))/$($(PKG)_FILE)