diff options
-rw-r--r-- | recipes/fonts/otf-noto.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/fonts/otf-noto.bb b/recipes/fonts/otf-noto.bb index f30858e..c207535 100644 --- a/recipes/fonts/otf-noto.bb +++ b/recipes/fonts/otf-noto.bb | |||
@@ -9,11 +9,11 @@ INHIBIT_DEFAULT_DEPS = "1" | |||
9 | 9 | ||
10 | inherit allarch fontcache | 10 | inherit allarch fontcache |
11 | 11 | ||
12 | PV = "1.003" | 12 | PV = "1.004" |
13 | SRC_URI = "http://www.google.com/get/noto/pkgs/NotoSansCJKSC-hinted.zip" | 13 | SRC_URI = "http://www.google.com/get/noto/pkgs/NotoSansCJKSC-hinted.zip" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "88234bce857b885e14878e90c3b39b6e" | 15 | SRC_URI[md5sum] = "dc40e8af0b0178451ccc301f1d41e726" |
16 | SRC_URI[sha256sum] = "c43825352ce901f3ae638f3f20b0ac5995529caf2f4e3ac54148bd20a567179e" | 16 | SRC_URI[sha256sum] = "25143bb803ebb20fd17ffd1299012ee2f3a929182ff0700ab656c181872413a4" |
17 | 17 | ||
18 | do_install() { | 18 | do_install() { |
19 | install -m 0644 -d ${D}${datadir}/fonts/otf/noto | 19 | install -m 0644 -d ${D}${datadir}/fonts/otf/noto |