summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--src/harfbuzz.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 718ef63..155854e 100644
--- a/index.html
+++ b/index.html
@@ -1265,7 +1265,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="harfbuzz-package">harfbuzz</td>
- <td id="harfbuzz-version">0.9.7</td>
+ <td id="harfbuzz-version">0.9.9</td>
<td id="harfbuzz-website"><a href="http://harfbuzz.sourceforge.net/">HarfBuzz</a></td>
</tr>
<tr>
diff --git a/src/harfbuzz.mk b/src/harfbuzz.mk
index e37c92e..ad51a6f 100644
--- a/src/harfbuzz.mk
+++ b/src/harfbuzz.mk
@@ -3,7 +3,7 @@
PKG := harfbuzz
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 50124f84e769f24fd4fb9c4ab8aeda5afb7fdba2
+$(PKG)_CHECKSUM := a3db0aac6d4f80b4c76050007de8e1135c4ff17f
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://www.freedesktop.org/software/$(PKG)/release/$($(PKG)_FILE)