summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--src/pango.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 776d198..d58d23d 100644
--- a/index.html
+++ b/index.html
@@ -1835,7 +1835,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="pango-package">pango</td>
- <td id="pango-version">1.33.8</td>
+ <td id="pango-version">1.33.9</td>
<td id="pango-website"><a href="http://www.pango.org/">Pango</a></td>
</tr>
<tr>
diff --git a/src/pango.mk b/src/pango.mk
index b67af64..68a3f64 100644
--- a/src/pango.mk
+++ b/src/pango.mk
@@ -3,7 +3,7 @@
PKG := pango
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := dc55a67a2df363943ca8fa3b936783c8817b01bf
+$(PKG)_CHECKSUM := ef26b2f4eae1860dcbcfc8d3d47fedf0f0d1427b
$(PKG)_SUBDIR := pango-$($(PKG)_VERSION)
$(PKG)_FILE := pango-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/pango/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)