Skip to content

Commit

Permalink
[fribidi][harfbuzz] Update to latest versions (#20818)
Browse files Browse the repository at this point in the history
* [fribidi] Update to 1.0.11

* [harfbuzz] Update to 3.0.0

* update vcpkg.json

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
  • Loading branch information
Sibras and JonLiu1993 committed Oct 20, 2021
1 parent 78858b6 commit 0cdde69
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ports/fribidi/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fribidi/fribidi
REF 5464c284034da9c058269377b7f5013bb089f553 # v1.0.10
SHA512 82e42b022f23d6ecebac5071f997c9f46db6aa41c36f87a7f1a28a79b4ccaada10d68b233bbf687c552fc94d91f4b47161e0ef4909fd1de0b483089f1d1377f9
REF v1.0.11
SHA512 9ddb0dbfb28ee4f1d9dd5d46fe1fff75c5446bfdacaabf8647847c36ef72eec823f6e6d6d1369d67c292d680004f7113c9e69114a8fae1d73ab11a58c66a8b8a
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/fribidi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "fribidi",
"version-string": "1.0.10",
"port-version": 3,
"version": "1.0.11",
"description": "GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi)",
"supports": "!(uwp | arm)",
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions ports/harfbuzz/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO harfbuzz/harfbuzz
REF 9aa6f8a93f035dd0a1e3978da495d830049480c8 # 2.9.0
SHA512 7ef82298e6f5e0d8a78bb6a408e2ec0a4016c7931ef69d52e75ed8e9e0b31628f2ae5ea913dcbfa7d5159412ae487400ea1391254477064ba8fb1aa0cdbe5ed9
REF 3.0.0
SHA512 69999ad86bde56ef689392a521143b6ad14b6719860772c3d4c343358997049a48c79e8f302fe0a7f3b0d930b476ddf440def874a1269b50ae79d020bcd073b5
HEAD_REF master
PATCHES
# This patch is a workaround that is needed until the following issues are resolved upstream:
Expand Down
2 changes: 1 addition & 1 deletion ports/harfbuzz/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "harfbuzz",
"version-semver": "2.9.0",
"version-semver": "3.0.0",
"description": "HarfBuzz OpenType text shaping engine",
"homepage": "https://github.com/harfbuzz/harfbuzz",
"dependencies": [
Expand Down
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2257,8 +2257,8 @@
"port-version": 0
},
"fribidi": {
"baseline": "1.0.10",
"port-version": 3
"baseline": "1.0.11",
"port-version": 0
},
"frozen": {
"baseline": "2021-04-22",
Expand Down Expand Up @@ -2617,7 +2617,7 @@
"port-version": 0
},
"harfbuzz": {
"baseline": "2.9.0",
"baseline": "3.0.0",
"port-version": 0
},
"hayai": {
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fribidi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0e040a494c14a4fade7878bf200a0463abc21e96",
"version": "1.0.11",
"port-version": 0
},
{
"git-tree": "88696509b4e846e3f04283bcf928db39800cc4eb",
"version-string": "1.0.10",
Expand Down
5 changes: 5 additions & 0 deletions versions/h-/harfbuzz.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ec7e9e00eba714984a7c4b22b5c51ce0fe1c4e08",
"version-semver": "3.0.0",
"port-version": 0
},
{
"git-tree": "7bc55c4f88d240855ec6c7da3907811600e61b28",
"version-semver": "2.9.0",
Expand Down

0 comments on commit 0cdde69

Please sign in to comment.