All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] harfbuzz: update SRC_URI[md5sum] and SRC_URI[sha256sum]
@ 2019-04-15  6:12 Yi Zhao
  2019-04-15 10:55 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Yi Zhao @ 2019-04-15  6:12 UTC (permalink / raw)
  To: openembedded-core

The previous md5sum and sha256sum are not correct.
See: https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.4.0.tar.bz2.sha256

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 meta/recipes-graphics/harfbuzz/harfbuzz_2.4.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_2.4.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_2.4.0.bb
index 5855d77..4691d16 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_2.4.0.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_2.4.0.bb
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \
 DEPENDS = "glib-2.0 cairo fontconfig freetype"
 
 SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2"
-SRC_URI[md5sum] = "ebccf8203103766383d4c5a0767b102d"
-SRC_URI[sha256sum] = "9035005903da74667d28bb181986e879e11da3d5986722759fa145cca781ead6"
+SRC_URI[md5sum] = "49f111f9b52ae3d9b31c1a3631a320bd"
+SRC_URI[sha256sum] = "b470eff9dd5b596edf078596b46a1f83c179449f051a469430afc15869db336f"
 
 inherit autotools pkgconfig lib_package gtk-doc
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] harfbuzz: update SRC_URI[md5sum] and SRC_URI[sha256sum]
  2019-04-15  6:12 [PATCH] harfbuzz: update SRC_URI[md5sum] and SRC_URI[sha256sum] Yi Zhao
@ 2019-04-15 10:55 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2019-04-15 10:55 UTC (permalink / raw)
  To: Yi Zhao, openembedded-core

On Mon, 2019-04-15 at 14:12 +0800, Yi Zhao wrote:
> The previous md5sum and sha256sum are not correct.
> See: 
> https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-2.4.0.tar.bz2.sha256
> 
> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
> ---
>  meta/recipes-graphics/harfbuzz/harfbuzz_2.4.0.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

I wanted to understand why this was. I've looked into it and upstream
re-released the tarball.

I've updated the commit message with more details and queued it in
-next.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-15 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-15  6:12 [PATCH] harfbuzz: update SRC_URI[md5sum] and SRC_URI[sha256sum] Yi Zhao
2019-04-15 10:55 ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.