Skip to content

Commit

Permalink
bump harfbuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Aug 1, 2023
1 parent 9a66603 commit b70f6bf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ Latest changes
* FreeType 2.13.1
* libdeflate 1.18
* glib2 2.32.4/2.76.4
* harfbuzz 8.1.0
* libnettle 3.9.1
* libpng 1.6.40
* libssh2 1.11.0
Expand Down
2 changes: 1 addition & 1 deletion make/libs/harfbuzz/external.files
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[ "$EXTERNAL_FREETZ_LIB_libharfbuzz" == "y" ] && EXTERNAL_FILES+=" ${FREETZ_LIBRARY_DIR}/libharfbuzz.so.0.60730.0"
[ "$EXTERNAL_FREETZ_LIB_libharfbuzz" == "y" ] && EXTERNAL_FILES+=" ${FREETZ_LIBRARY_DIR}/libharfbuzz.so.0.60810.0"
2 changes: 1 addition & 1 deletion make/libs/harfbuzz/external.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ config EXTERNAL_FREETZ_LIB_libharfbuzz
default n
help
externals the following file(s):
${FREETZ_LIBRARY_DIR}/libharfbuzz.so.0.60730.0
${FREETZ_LIBRARY_DIR}/libharfbuzz.so.0.60810.0

6 changes: 3 additions & 3 deletions make/libs/harfbuzz/harfbuzz.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$(call PKG_INIT_LIB, 7.3.0)
$(PKG)_LIB_VERSION:=0.60730.0
$(call PKG_INIT_LIB, 8.1.0)
$(PKG)_LIB_VERSION:=0.60810.0
$(PKG)_SOURCE:=harfbuzz-$($(PKG)_VERSION).tar.xz
$(PKG)_HASH:=20770789749ac9ba846df33983dbda22db836c70d9f5d050cb9aa5347094a8fb
$(PKG)_HASH:=639596da7c26cc503b16b3bf4dfdca77fe832d3c9e06004ef63a7ce53cafbac9
$(PKG)_SITE:=https://github.com/harfbuzz/harfbuzz/releases/download/$($(PKG)_VERSION)
### WEBSITE:=https://harfbuzz.github.io/
### MANPAGE:=https://github.com/harfbuzz/harfbuzz/wiki
Expand Down

1 comment on commit b70f6bf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See for infos about harfbuzz and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/libs/harfbuzz

Please sign in to comment.