diff options
| author | Kirawi <67773714+kirawi@users.noreply.github.com> | 2021-05-21 04:32:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 01:32:23 -0700 |
| commit | 9c23718d87e217f32ef552029bdc587cfa16c956 (patch) | |
| tree | 87d44665ac4342932e4e92c40efd00ccd9c1d706 | |
| parent | b34b7ff2c97d7edcd0b744dc8917ce790fa79129 (diff) | |
| download | vcpkg-9c23718d87e217f32ef552029bdc587cfa16c956.tar.gz vcpkg-9c23718d87e217f32ef552029bdc587cfa16c956.zip | |
[HarfBuzz] Update Port to 2.8.1 (#17273)
* wip
* wip
* wip
* wip
* update version
* fix port git-tree sha
* wip
* restart ci
* restart ci
* update to 2.8.1
* retry
* Update harfbuzz.json
Co-authored-by: Jonliu1993 <13720414433@163.com>
| -rw-r--r-- | ports/harfbuzz/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/harfbuzz/vcpkg.json | 3 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/h-/harfbuzz.json | 5 |
4 files changed, 10 insertions, 6 deletions
diff --git a/ports/harfbuzz/portfile.cmake b/ports/harfbuzz/portfile.cmake index ad30ce710..277a2c5b9 100644 --- a/ports/harfbuzz/portfile.cmake +++ b/ports/harfbuzz/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO harfbuzz/harfbuzz - REF 7236c7e29cef1c2d76c7a284c5081ff4d3aa1127 # 2.7.4 - SHA512 d231a788ea4e52231d4c363c1eca76424cb82ed0952b5c24d0b082e88b3dddbda967e7fffe67fffdcb22c7ebfbf0ec923365eb4532be772f2e61fa7d29b51998 + REF b37f03f16b39d397a626f097858e9ae550234ca0 # 2.8.1 + SHA512 3eef62df397bc1fe1d08d7d91ff7d38d7af54bb85562915bba65d86cf6862384f5b4538f685d93eead595389d2f417176827fd2f72b3ce71a5562a8ff80f17f4 HEAD_REF master PATCHES # This patch is a workaround that is needed until the following issues are resolved upstream: diff --git a/ports/harfbuzz/vcpkg.json b/ports/harfbuzz/vcpkg.json index 1fc28ff5a..b61206326 100644 --- a/ports/harfbuzz/vcpkg.json +++ b/ports/harfbuzz/vcpkg.json @@ -1,7 +1,6 @@ { "name": "harfbuzz", - "version": "2.7.4", - "port-version": 2, + "version": "2.8.1", "description": "HarfBuzz OpenType text shaping engine", "homepage": "https://github.com/harfbuzz/harfbuzz", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 6d958d15c..a0a1a9547 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2445,8 +2445,8 @@ "port-version": 0 }, "harfbuzz": { - "baseline": "2.7.4", - "port-version": 2 + "baseline": "2.8.1", + "port-version": 0 }, "hayai": { "baseline": "2019-08-10", diff --git a/versions/h-/harfbuzz.json b/versions/h-/harfbuzz.json index c42f365a1..66f3d1ecc 100644 --- a/versions/h-/harfbuzz.json +++ b/versions/h-/harfbuzz.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "32e5438e1f8c76646b657f14fbe0dac7646d80f6", + "version": "2.8.1", + "port-version": 0 + }, + { "git-tree": "3f1e0749ade6fb27bbb6103e1faab23b2719dcda", "version": "2.7.4", "port-version": 2 |
