diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-09-02 23:13:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-03 09:44:30 +0100 |
commit | 9d52b6726db183a37c78d3648ed601846e6839fd (patch) | |
tree | 641718a174e8f1b2eacee3454532bf9cb0faf5e0 | |
parent | 7b83366aad68a523daf3fd73b2557697f561706f (diff) | |
download | poky-9d52b6726db183a37c78d3648ed601846e6839fd.tar.gz |
enchant2: upgrade 2.2.8 -> 2.2.9
(From OE-Core rev: 1c6de77995be347b9c9c2c153172e4957e71bca9)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/enchant/enchant2_2.2.9.bb (renamed from meta/recipes-support/enchant/enchant2_2.2.8.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/enchant/enchant2_2.2.8.bb b/meta/recipes-support/enchant/enchant2_2.2.9.bb index 4ddbe55da5..784fd14ee1 100644 --- a/meta/recipes-support/enchant/enchant2_2.2.8.bb +++ b/meta/recipes-support/enchant/enchant2_2.2.9.bb | |||
@@ -9,8 +9,7 @@ DEPENDS = "glib-2.0" | |||
9 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig |
10 | 10 | ||
11 | SRC_URI = "https://github.com/AbiWord/enchant/releases/download/v${PV}/enchant-${PV}.tar.gz" | 11 | SRC_URI = "https://github.com/AbiWord/enchant/releases/download/v${PV}/enchant-${PV}.tar.gz" |
12 | SRC_URI[md5sum] = "c7b9d6a392ecb8758e499f783e8dc883" | 12 | SRC_URI[sha256sum] = "b29a3d2273f5edcbdbbb565e94bfd8ea3f9526886fcb6327b4b0f72f0d722f3c" |
13 | SRC_URI[sha256sum] = "c7b5e2853f0dd0b1aafea2f9e071941affeec3a76df8e3f6d67a718c89293555" | ||
14 | 13 | ||
15 | UPSTREAM_CHECK_URI = "https://github.com/AbiWord/enchant/releases" | 14 | UPSTREAM_CHECK_URI = "https://github.com/AbiWord/enchant/releases" |
16 | 15 | ||