Date
1 - 1 of 1
[meta-oe] [PATCH] colord: upgrade 1.4.5 -> 1.4.6
wangmy
From: Wang Mingyu <wangmy@...>
Changelog: ========== Bugfixes: - Add missing copyright notices - Add Spyder X entry - Document where to send patches - Don't use exact floating point comparisons - Drop option for removed reverse engineering tools - Drop references to hughski.com - Fix a small memory leak in sqlite3_exec() - Fix typo in device-removed signal documentation - Make introspection optional in meson Signed-off-by: Wang Mingyu <wangmy@...> --- meta-oe/recipes-support/colord/colord.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/colord/colord.inc b/meta-oe/recipes-support/colord/colord.inc index 41962cd63..0ae1a30fe 100644 --- a/meta-oe/recipes-support/colord/colord.inc +++ b/meta-oe/recipes-support/colord/colord.inc @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \ file://meson.build;beginline=3;endline=3;md5=f42198707d793be58b274d34fd5238c3 \ " -PV = "1.4.5" +PV = "1.4.6" SRC_URI = "https://www.freedesktop.org/software/colord/releases/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "b774ea443d239f4a2ee1853bd678426e669ddeda413dcb71cea1638c4d6c5e17" +SRC_URI[sha256sum] = "7407631a27bfe5d1b672e7ae42777001c105d860b7b7392283c8c6300de88e6f" -- 2.25.1 |
|