Commit 921ab6fb authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #1647 from uberhacker/update-cairo-package

Update cairo from 1.14.10-2 to 1.14.12
parents 43d75179 df1e8170
...@@ -3,21 +3,13 @@ require 'package' ...@@ -3,21 +3,13 @@ require 'package'
class Cairo < Package class Cairo < Package
description 'Cairo is a 2D graphics library with support for multiple output devices.' description 'Cairo is a 2D graphics library with support for multiple output devices.'
homepage 'https://www.cairographics.org' homepage 'https://www.cairographics.org'
version '1.14.10-2' version '1.14.12'
source_url 'https://www.cairographics.org/releases/cairo-1.14.10.tar.xz' source_url 'https://www.cairographics.org/releases/cairo-1.14.12.tar.xz'
source_sha256 '7e87878658f2c9951a14fc64114d4958c0e65ac47530b8ac3078b2ce41b66a09' source_sha256 '8c90f00c500b2299c0a323dd9beead2a00353752b2092ead558139bd67f7bf16'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/cairo-1.14.10-2-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/cairo-1.14.10-2-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/cairo-1.14.10-2-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/cairo-1.14.10-2-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: '633fcc8ce2775618ebbeebdbc008b3c236e54adae533b1267c33bcec6f92325f',
armv7l: '633fcc8ce2775618ebbeebdbc008b3c236e54adae533b1267c33bcec6f92325f',
i686: '60775d4ef3a59c87d03539c22ffa6749d4e902224151cef6d58191a0e68867c5',
x86_64: '46628ed4142d73f627785a457223ffb59f1f7172aab2d1aecc95b2d982d4a429',
}) })
depends_on 'libpng' depends_on 'libpng'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment