diff options
author | Mark Brand <mabrand@mabrand.nl> | 2013-03-05 10:09:07 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2013-03-06 21:09:58 (GMT) |
commit | 9e0b8825f260b522f9de403594af179f240dfb9c (patch) | |
tree | ff3995c7ba718591676a0aadb71d0cc0708ce59f | |
parent | b72af3a302e7609a402d197bf38c7a0dd136e080 (diff) | |
download | mxe-9e0b8825f260b522f9de403594af179f240dfb9c.zip mxe-9e0b8825f260b522f9de403594af179f240dfb9c.tar.gz mxe-9e0b8825f260b522f9de403594af179f240dfb9c.tar.bz2 |
update package pango
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | src/pango.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1810,7 +1810,7 @@ aptitude -t squeeze-backports install cmake yasm</pre> </tr> <tr> <td id="pango-package">pango</td> - <td id="pango-version">1.33.7</td> + <td id="pango-version">1.33.8</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 982e81e..b67af64 100644 --- a/src/pango.mk +++ b/src/pango.mk @@ -3,7 +3,7 @@ PKG := pango $(PKG)_IGNORE := -$(PKG)_CHECKSUM := c45387435d8ad31979b43566c19a0e256ca24955 +$(PKG)_CHECKSUM := dc55a67a2df363943ca8fa3b936783c8817b01bf $(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) |