aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2023-12-24 15:33:29 +1000
committerfuzzard <fuzzard@kodi.tv>2023-12-24 17:59:26 +1000
commit8e3e0570a8f7931c6eebb35e8342dfc77cd0655c (patch)
tree846bdc6c1b9e69cdefaa227dacbf76d90559bca9 /tools/depends
parent52137493a30d54e673b61258936ddae8e8a3474f (diff)
[tools/depends][target] Bump Harfbuzz 8.3.0
Diffstat (limited to 'tools/depends')
-rw-r--r--tools/depends/target/harfbuzz/HARFBUZZ-VERSION4
-rw-r--r--tools/depends/target/harfbuzz/Makefile12
2 files changed, 6 insertions, 10 deletions
diff --git a/tools/depends/target/harfbuzz/HARFBUZZ-VERSION b/tools/depends/target/harfbuzz/HARFBUZZ-VERSION
new file mode 100644
index 0000000000..c145e1261d
--- /dev/null
+++ b/tools/depends/target/harfbuzz/HARFBUZZ-VERSION
@@ -0,0 +1,4 @@
+LIBNAME=harfbuzz
+VERSION=8.3.0
+ARCHIVE=$(LIBNAME)-$(VERSION).tar.xz
+SHA512=6b8753c0b55d34a1a46a64466b9b0de8bc4748c42b29fa9463616a5f48db08ceb4a80cce416e10861778b98dc96d0638d9dd8d7204e404662154f419f3f61f21
diff --git a/tools/depends/target/harfbuzz/Makefile b/tools/depends/target/harfbuzz/Makefile
index ce95db9d8f..0d49edd64a 100644
--- a/tools/depends/target/harfbuzz/Makefile
+++ b/tools/depends/target/harfbuzz/Makefile
@@ -1,13 +1,5 @@
-include ../../Makefile.include
-DEPS = ../../Makefile.include Makefile ../../download-files.include
-
-# lib name, version
-LIBNAME=harfbuzz
-VERSION=3.1.1
-SOURCE=$(LIBNAME)-$(VERSION)
-ARCHIVE=$(SOURCE).tar.gz
-SHA512=ccb1c840d07e28871893c40b2bb687cc78dfd25992ee20192f1faf8cae4356f401abd5947d7480a268edea10dd9f1d1d7e113b29b6e2d958220bf53799ae01b0
-include ../../download-files.include
+include ../../Makefile.include HARFBUZZ-VERSION ../../download-files.include
+DEPS = ../../Makefile.include Makefile HARFBUZZ-VERSION ../../download-files.include
MESON_BUILD_TYPE=release