aboutsummaryrefslogtreecommitdiff
path: root/ports/harfbuzz
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-06-15 22:16:58 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-06-15 22:16:58 -0700
commita650bad5231be45725d9e1abb7fb4f54a9eef2d2 (patch)
treebcb5efc24416ebafe674552410e4a9515dbdf8a9 /ports/harfbuzz
parent254c5722b17b524986d50184c60a331f626d951d (diff)
downloadvcpkg-a650bad5231be45725d9e1abb7fb4f54a9eef2d2.tar.gz
vcpkg-a650bad5231be45725d9e1abb7fb4f54a9eef2d2.zip
Updates 2018.06.15
Diffstat (limited to 'ports/harfbuzz')
-rw-r--r--ports/harfbuzz/CONTROL2
-rw-r--r--ports/harfbuzz/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/harfbuzz/CONTROL b/ports/harfbuzz/CONTROL
index 4cca37139..d7aa0732c 100644
--- a/ports/harfbuzz/CONTROL
+++ b/ports/harfbuzz/CONTROL
@@ -1,4 +1,4 @@
Source: harfbuzz
-Version: 1.8.0
+Version: 1.8.1
Description: HarfBuzz OpenType text shaping engine
Build-Depends: freetype, ragel, glib (windows)
diff --git a/ports/harfbuzz/portfile.cmake b/ports/harfbuzz/portfile.cmake
index f87acc7b3..31081929c 100644
--- a/ports/harfbuzz/portfile.cmake
+++ b/ports/harfbuzz/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO behdad/harfbuzz
- REF 1.8.0
- SHA512 47066f029ac166a8ff4b6327cb4bafdcf183b50ff7ffa96430fe9ce68d8084d6970cb5fa4b01ce435af93fda3b8a2038cd5ffc4fc6f3123ec3653e6c03cf355c
+ REF 1.8.1
+ SHA512 f54e5bda75acb7a1cb68fe672a1b918dbc40dcbb2034b04d626dd6b7a940e2b81ececc82bf9e33dc70c744f57175820c4e8756eb3605d8d8c33d367c0ffc8a13
HEAD_REF master
)