diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-08 22:59:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-09 10:33:26 +0000 |
commit | 636722d14e31d2e7d3eaeef548b1f948fcb2627c (patch) | |
tree | 9fbd13ba8639331a1eddf3a741c68d65cb2aef8b | |
parent | 44eeb36a1f8bc653ba520ee903f65c8725cd61f9 (diff) | |
download | poky-636722d14e31d2e7d3eaeef548b1f948fcb2627c.tar.gz |
enchant2: upgrade 2.3.1 -> 2.3.2
(From OE-Core rev: a11b2d47c74740d44b90529da18b1bb5ccbc9f9a)
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.3.2.bb (renamed from meta/recipes-support/enchant/enchant2_2.3.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/enchant/enchant2_2.3.1.bb b/meta/recipes-support/enchant/enchant2_2.3.2.bb index 72603045c8..c7b6504a40 100644 --- a/meta/recipes-support/enchant/enchant2_2.3.1.bb +++ b/meta/recipes-support/enchant/enchant2_2.3.2.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0" | |||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | SRC_URI = "https://github.com/AbiWord/enchant/releases/download/v${PV}/enchant-${PV}.tar.gz" | 14 | SRC_URI = "https://github.com/AbiWord/enchant/releases/download/v${PV}/enchant-${PV}.tar.gz" |
15 | SRC_URI[sha256sum] = "7b4b1afcf2cd8bfa691deea6188404d337f23174bbc39b9c2add2bf340736e9c" | 15 | SRC_URI[sha256sum] = "ce9ba47fd4d34031bd69445598a698a6611602b2b0e91d705e91a6f5099ead6e" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://github.com/AbiWord/enchant/releases" | 17 | UPSTREAM_CHECK_URI = "https://github.com/AbiWord/enchant/releases" |
18 | 18 | ||