Add latest version of cairo (#10102)

This commit is contained in:
Adam J. Stewart 2018-12-14 10:46:52 -06:00 committed by GitHub
parent 020a01b18f
commit bfdbadf2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,11 @@
class Cairo(AutotoolsPackage):
"""Cairo is a 2D graphics library with support for multiple output
devices."""
homepage = "http://cairographics.org"
url = "http://cairographics.org/releases/cairo-1.14.8.tar.xz"
homepage = "http://cairographics.org"
url = "http://cairographics.org/releases/cairo-1.16.0.tar.xz"
version('1.16.0', sha256='5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331')
version('1.14.12', '490025a0ba0622a853010f49fb6343f29fb70b9b')
version('1.14.8', 'c6f7b99986f93c9df78653c3e6a3b5043f65145e')
version('1.14.0', '53cf589b983412ea7f78feee2e1ba9cea6e3ebae')