summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/harfbuzz
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-12-15 23:40:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-17 09:56:14 +0000
commitdda1378a3c9d17fdbe33b37aff2c1b3dea2b9790 (patch)
treec6cd090c3a13ba0589d7d50c17b202e2c0bf7e59 /meta/recipes-graphics/harfbuzz
parent9afce96eba7d192b99d583193bad6cf8744ff367 (diff)
downloadpoky-dda1378a3c9d17fdbe33b37aff2c1b3dea2b9790.tar.gz
harfbuzz: upgrade 3.1.2 -> 3.2.0
(From OE-Core rev: 871c553643fcd08be6db98b97c332d9988b1f383) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/harfbuzz')
-rw-r--r--meta/recipes-graphics/harfbuzz/harfbuzz_3.2.0.bb (renamed from meta/recipes-graphics/harfbuzz/harfbuzz_3.1.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_3.1.2.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_3.2.0.bb
index 368f7c1bde..647bafc4d3 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_3.1.2.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_3.2.0.bb
@@ -12,7 +12,7 @@ UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
12UPSTREAM_CHECK_REGEX = "harfbuzz-(?P<pver>\d+(\.\d+)+).tar" 12UPSTREAM_CHECK_REGEX = "harfbuzz-(?P<pver>\d+(\.\d+)+).tar"
13 13
14SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz" 14SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz"
15SRC_URI[sha256sum] = "4056b1541dd8bbd8ec29207fe30e568805c0705515632d7fec53a94399bc7945" 15SRC_URI[sha256sum] = "0ada50a1c199bb6f70843ab893c55867743a443b84d087d54df08ad883ebc2cd"
16 16
17inherit meson pkgconfig lib_package gtk-doc gobject-introspection 17inherit meson pkgconfig lib_package gtk-doc gobject-introspection
18 18