summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--src/cairo.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index d57114c..49b7c50 100644
--- a/index.html
+++ b/index.html
@@ -970,7 +970,7 @@ USE_OSGPLUGIN(<plugin2>)
</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>
diff --git a/src/cairo.mk b/src/cairo.mk
index 4e977fa..ea1d367 100644
--- a/src/cairo.mk
+++ b/src/cairo.mk
@@ -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)