changeset 2829:9b7d60e4a19f

update package cairo
author Mark Brand <mabrand@mabrand.nl>
date Mon, 22 Oct 2012 15:22:47 +0200
parents ecc3e1e93194
children fead2904eefc
files index.html src/cairo.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Fri Oct 19 07:46:39 2012 +0200
+++ b/index.html	Mon Oct 22 15:22:47 2012 +0200
@@ -970,7 +970,7 @@
     </tr>
     <tr>
         <td id="cairo-package">cairo</td>
-        <td id="cairo-version">1.12.4</td>
+        <td id="cairo-version">1.12.6</td>
         <td id="cairo-website"><a href="http://cairographics.org/">cairo</a></td>
     </tr>
     <tr>
--- a/src/cairo.mk	Fri Oct 19 07:46:39 2012 +0200
+++ b/src/cairo.mk	Mon Oct 22 15:22:47 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := cairo
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := f4158981ed01e73c94fb8072074b17feee61a68b
+$(PKG)_CHECKSUM := a383c6cb4495e18848ea43e1031c294aa9417a43
 $(PKG)_SUBDIR   := cairo-$($(PKG)_VERSION)
 $(PKG)_FILE     := cairo-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := http://cairographics.org/releases/$($(PKG)_FILE)