comparison src/libmng.mk @ 4018:565bc6a7bb99

libmng: update to v2.0.3
author John Donoghue
date Mon, 31 Aug 2015 09:59:08 -0400
parents 13be64f9f16d
children 10e6b2221c7f
comparison
equal deleted inserted replaced
4017:3bdf8d6defe1 4018:565bc6a7bb99
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 := libmng 4 PKG := libmng
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.0.2 6 $(PKG)_VERSION := 2.0.3
7 $(PKG)_CHECKSUM := 7dd35369ff5916e1823cbacef984ab1b87714b69 7 $(PKG)_CHECKSUM := 0f141482ffcef6f8cd4413f945a59310ac2e49af
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)-devel/$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)-devel/$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := zlib jpeg lcms 11 $(PKG)_DEPS := zlib jpeg lcms
12 12