Update lcms checksum

Fixing out-of-date checksum for lcms2
This commit is contained in:
Seth Raymond 2019-09-19 09:39:09 -04:00 committed by mabrand
parent cd35012aef
commit 90da28981e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ PKG := lcms
$(PKG)_WEBSITE := http://www.littlecms.com/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.9
$(PKG)_CHECKSUM := 00756bed09ce059a68289f10de56b00267667647393ddc30400cb87c0d9037d5
$(PKG)_CHECKSUM := 48c6fdf98396fa245ed86e622028caf49b96fa22f3e5734f853f806fbc8e7d20
$(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 := https://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(subst a,,$($(PKG)_VERSION))/$($(PKG)_FILE)