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 6f17674..f2f1560 100644
--- a/index.html
+++ b/index.html
@@ -1725,7 +1725,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="pixman-package">pixman</td>
- <td id="pixman-version">0.27.2</td>
+ <td id="pixman-version">0.27.4</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 dce625c..f557e9c 100644
--- a/src/pixman.mk
+++ b/src/pixman.mk
@@ -3,7 +3,7 @@
PKG := pixman
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 7cec4c9df3aacb3e53da45654f9a0943ef4c7c47
+$(PKG)_CHECKSUM := 6bd2834e18f77b815047ec27ea8965fa26a36c2b
$(PKG)_SUBDIR := pixman-$($(PKG)_VERSION)
$(PKG)_FILE := pixman-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://cairographics.org/snapshots/$($(PKG)_FILE)