summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-12-08 22:59:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-09 10:33:26 +0000
commit636722d14e31d2e7d3eaeef548b1f948fcb2627c (patch)
tree9fbd13ba8639331a1eddf3a741c68d65cb2aef8b /meta
parent44eeb36a1f8bc653ba520ee903f65c8725cd61f9 (diff)
downloadpoky-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>
Diffstat (limited to 'meta')
-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"
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13
14SRC_URI = "https://github.com/AbiWord/enchant/releases/download/v${PV}/enchant-${PV}.tar.gz" 14SRC_URI = "https://github.com/AbiWord/enchant/releases/download/v${PV}/enchant-${PV}.tar.gz"
15SRC_URI[sha256sum] = "7b4b1afcf2cd8bfa691deea6188404d337f23174bbc39b9c2add2bf340736e9c" 15SRC_URI[sha256sum] = "ce9ba47fd4d34031bd69445598a698a6611602b2b0e91d705e91a6f5099ead6e"
16 16
17UPSTREAM_CHECK_URI = "https://github.com/AbiWord/enchant/releases" 17UPSTREAM_CHECK_URI = "https://github.com/AbiWord/enchant/releases"
18 18