aboutsummaryrefslogtreecommitdiff
path: root/ports/harfbuzz
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-07-03 06:56:17 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-07-03 21:44:16 -0700
commitc0ec4809b1405c64edd7ea715c022cb9058e4071 (patch)
treec4f3c4ba8e89b0eb6477005a4856aa7cf95b6625 /ports/harfbuzz
parent093e4d2f8ebfbf6bba16335e3021b992d247093d (diff)
downloadvcpkg-c0ec4809b1405c64edd7ea715c022cb9058e4071.tar.gz
vcpkg-c0ec4809b1405c64edd7ea715c022cb9058e4071.zip
Upgrades for 2018.07.03
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 3ad5ed8d6..0fcb9a96b 100644
--- a/ports/harfbuzz/CONTROL
+++ b/ports/harfbuzz/CONTROL
@@ -1,5 +1,5 @@
Source: harfbuzz
-Version: 1.8.1
+Version: 1.8.2
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 10b0fc80a..8bed6e332 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.1
- SHA512 f54e5bda75acb7a1cb68fe672a1b918dbc40dcbb2034b04d626dd6b7a940e2b81ececc82bf9e33dc70c744f57175820c4e8756eb3605d8d8c33d367c0ffc8a13
+ REF 1.8.2
+ SHA512 83a5126f17e57b05c36779f91ea9c2454731d7e6f514fce134ae5e652972a8231723773e0e0f64bfe8588f8cfcf2e041031a3328ee3102d440b2ac427aa1d764
HEAD_REF master
)