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 36686fa..1cfe18d 100644
--- a/index.html
+++ b/index.html
@@ -1773,7 +1773,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="pango-package">pango</td>
- <td id="pango-version">1.32.6</td>
+ <td id="pango-version">1.33.7</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 8fda5e8..982e81e 100644
--- a/src/pango.mk
+++ b/src/pango.mk
@@ -3,7 +3,7 @@
PKG := pango
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := eb8f0731787cb02f185d1fadfcb756e784678f98
+$(PKG)_CHECKSUM := c45387435d8ad31979b43566c19a0e256ca24955
$(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)