Add lcms 2.9 (#8219)

This commit is contained in:
Adam J. Stewart 2018-05-21 15:59:11 -05:00 committed by GitHub
parent ed0f5e9b4c
commit ac2b0f3ac0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,9 +29,11 @@ class Lcms(AutotoolsPackage):
"""Little cms is a color management library. Implements fast
transforms between ICC profiles. It is focused on speed, and is
portable across several platforms (MIT license)."""
homepage = "http://www.littlecms.com"
url = "http://downloads.sourceforge.net/project/lcms/lcms/2.8/lcms2-2.8.tar.gz"
homepage = "http://www.littlecms.com"
url = "http://downloads.sourceforge.net/project/lcms/lcms/2.9/lcms2-2.9.tar.gz"
version('2.9', '8de1b7724f578d2995c8fdfa35c3ad0e')
version('2.8', '87a5913f1a52464190bb655ad230539c')
version('2.6', 'f4c08d38ceade4a664ebff7228910a33')