update package harfbuzz

This commit is contained in:
Mark Brand 2012-11-14 10:53:53 +01:00
parent 3fede610dc
commit e23adb71a1
2 changed files with 3 additions and 3 deletions

View File

@ -1265,7 +1265,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="harfbuzz-package">harfbuzz</td>
<td id="harfbuzz-version">0.9.5</td>
<td id="harfbuzz-version">0.9.6</td>
<td id="harfbuzz-website"><a href="http://harfbuzz.sourceforge.net/">HarfBuzz</a></td>
</tr>
<tr>

View File

@ -3,10 +3,10 @@
PKG := harfbuzz
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := cf2141c89a293995a0ae89e379884d2a6e89b963
$(PKG)_CHECKSUM := c99ed7881bbeadbb9fbeb544b28d2174ddac5910
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.freedesktop.org/software/$(PKG)/release/$(PKG)/$($(PKG)_FILE)
$(PKG)_URL := http://www.freedesktop.org/software/$(PKG)/release/$($(PKG)_FILE)
$(PKG)_DEPS := gcc glib cairo freetype
define $(PKG)_UPDATE