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 7f946b8..178926d 100644
--- a/index.html
+++ b/index.html
@@ -973,7 +973,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="cairo-package">cairo</td>
- <td id="cairo-version">1.12.8</td>
+ <td id="cairo-version">1.12.10</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 5967d1b..1c90474 100644
--- a/src/cairo.mk
+++ b/src/cairo.mk
@@ -3,7 +3,7 @@
PKG := cairo
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 56a10bf3b804367c97734d655c23a9f652d5c297
+$(PKG)_CHECKSUM := be06d5aaa272bbbd08380f71ca710d5612881493
$(PKG)_SUBDIR := cairo-$($(PKG)_VERSION)
$(PKG)_FILE := cairo-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://cairographics.org/releases/$($(PKG)_FILE)