From 5b366a1bbf220a0fb5774f30b0bcf9d9ac30d992 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 12 Jun 2015 13:28:51 +0300 Subject: fonts: update checksums for otf-noto Google has updated the noto fonts to 1.003 Change-Id: I8eaa0e97c1606f104c09f67cb2b5da8f3ddfcb0d Reviewed-by: Eirik Aavitsland --- recipes/fonts/otf-noto.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/fonts/otf-noto.bb b/recipes/fonts/otf-noto.bb index 266010c..f30858e 100644 --- a/recipes/fonts/otf-noto.bb +++ b/recipes/fonts/otf-noto.bb @@ -9,10 +9,11 @@ INHIBIT_DEFAULT_DEPS = "1" inherit allarch fontcache +PV = "1.003" SRC_URI = "http://www.google.com/get/noto/pkgs/NotoSansCJKSC-hinted.zip" -SRC_URI[md5sum] = "9c59b0a684b03d3220dc05c6f7d4a097" -SRC_URI[sha256sum] = "c815b154a57877bfc3c9baa9650f22217e509bddc73f5433f640d875ae6f35e0" +SRC_URI[md5sum] = "88234bce857b885e14878e90c3b39b6e" +SRC_URI[sha256sum] = "c43825352ce901f3ae638f3f20b0ac5995529caf2f4e3ac54148bd20a567179e" do_install() { install -m 0644 -d ${D}${datadir}/fonts/otf/noto -- cgit v1.2.3-54-g00ecf