summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/enchant/enchant2_2.2.13.bb (renamed from meta/recipes-support/enchant/enchant2_2.2.12.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/enchant/enchant2_2.2.12.bb b/meta/recipes-support/enchant/enchant2_2.2.13.bb
index 1ce8245731..3b890e733a 100644
--- a/meta/recipes-support/enchant/enchant2_2.2.12.bb
+++ b/meta/recipes-support/enchant/enchant2_2.2.13.bb
@@ -9,7 +9,7 @@ DEPENDS = "glib-2.0"
9inherit autotools pkgconfig 9inherit autotools pkgconfig
10 10
11SRC_URI = "https://github.com/AbiWord/enchant/releases/download/v${PV}/enchant-${PV}.tar.gz" 11SRC_URI = "https://github.com/AbiWord/enchant/releases/download/v${PV}/enchant-${PV}.tar.gz"
12SRC_URI[sha256sum] = "6b9bc58ae714ee7f5335ade966f4ac5718d5339e280cc9e1cca9ab278c06227e" 12SRC_URI[sha256sum] = "eab9f90d79039133660029616e2a684644bd524be5dc43340d4cfc3fb3c68a20"
13 13
14UPSTREAM_CHECK_URI = "https://github.com/AbiWord/enchant/releases" 14UPSTREAM_CHECK_URI = "https://github.com/AbiWord/enchant/releases"
15 15