changeset 2806:e8df1076784f

update package cairo
author Mark Brand <mabrand@mabrand.nl>
date Thu, 11 Oct 2012 17:25:13 +0200
parents f1388c4ecf3b
children 74ba99a9ac52
files index.html src/cairo.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Thu Oct 11 16:59:27 2012 +0200
+++ b/index.html	Thu Oct 11 17:25:13 2012 +0200
@@ -970,7 +970,7 @@
     </tr>
     <tr>
         <td id="cairo-package">cairo</td>
-        <td id="cairo-version">1.12.2</td>
+        <td id="cairo-version">1.12.4</td>
         <td id="cairo-website"><a href="http://cairographics.org/">cairo</a></td>
     </tr>
     <tr>
--- a/src/cairo.mk	Thu Oct 11 16:59:27 2012 +0200
+++ b/src/cairo.mk	Thu Oct 11 17:25:13 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := cairo
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := bc2ee50690575f16dab33af42a2e6cdc6451e3f9
+$(PKG)_CHECKSUM := f4158981ed01e73c94fb8072074b17feee61a68b
 $(PKG)_SUBDIR   := cairo-$($(PKG)_VERSION)
 $(PKG)_FILE     := cairo-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := http://cairographics.org/releases/$($(PKG)_FILE)