diff options
-rw-r--r-- | meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb index d118769cc8..0c29a20cdd 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb | |||
@@ -13,6 +13,9 @@ SRC_URI = "https://assets.ubuntu.com/v1/${SHA1SUM}-ubuntu-font-family-${PV}.zip" | |||
13 | SRC_URI[md5sum] = "c5a5059d6856b4ddf79d824dcaf5ad32" | 13 | SRC_URI[md5sum] = "c5a5059d6856b4ddf79d824dcaf5ad32" |
14 | SRC_URI[sha256sum] = "61a2b342526fd552f19fef438bb9211a8212de19ad96e32a1209c039f1d68ecf" | 14 | SRC_URI[sha256sum] = "61a2b342526fd552f19fef438bb9211a8212de19ad96e32a1209c039f1d68ecf" |
15 | 15 | ||
16 | UPSTREAM_CHECK_URI = "https://repology.org/project/fonts:ubuntu/packages" | ||
17 | UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)" | ||
18 | |||
16 | S = "${WORKDIR}/ubuntu-font-family-${PV}" | 19 | S = "${WORKDIR}/ubuntu-font-family-${PV}" |
17 | 20 | ||
18 | PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans" | 21 | PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans" |