summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--src/pixman.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 4207658..d01362c 100644
--- a/index.html
+++ b/index.html
@@ -1700,7 +1700,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="pixman-package">pixman</td>
- <td id="pixman-version">0.25.2</td>
+ <td id="pixman-version">0.25.6</td>
<td id="pixman-website"><a href="http://cairographics.org/">pixman</a></td>
</tr>
<tr>
diff --git a/src/pixman.mk b/src/pixman.mk
index 47f0135..2b1ee85 100644
--- a/src/pixman.mk
+++ b/src/pixman.mk
@@ -3,7 +3,7 @@
PKG := pixman
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 2785cedd25fb6ded0ceac8d427432f16b074dd52
+$(PKG)_CHECKSUM := ebd1b438a28aca0099777b1e383c60d4fcb88196
$(PKG)_SUBDIR := pixman-$($(PKG)_VERSION)
$(PKG)_FILE := pixman-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://cairographics.org/snapshots/$($(PKG)_FILE)