diff options
-rw-r--r-- | meta/recipes-support/enchant/enchant2_2.8.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/enchant/enchant2_2.8.2.bb b/meta/recipes-support/enchant/enchant2_2.8.2.bb index f0da896e59..e26fb640f4 100644 --- a/meta/recipes-support/enchant/enchant2_2.8.2.bb +++ b/meta/recipes-support/enchant/enchant2_2.8.2.bb | |||
@@ -2,8 +2,8 @@ SUMMARY = "Enchant Spell checker API Library" | |||
2 | DESCRIPTION = "A library (and command-line program) that wraps a number of \ | 2 | DESCRIPTION = "A library (and command-line program) that wraps a number of \ |
3 | different spelling libraries and programs with a consistent interface." | 3 | different spelling libraries and programs with a consistent interface." |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | HOMEPAGE = "https://abiword.github.io/enchant/" | 5 | HOMEPAGE = "https://rrthomas.github.io/enchant/" |
6 | BUGTRACKER = "https://github.com/AbiWord/enchant/issues/" | 6 | BUGTRACKER = "https://github.com/rrthomas/enchant/issues" |
7 | LICENSE = "LGPL-2.1-or-later" | 7 | LICENSE = "LGPL-2.1-or-later" |
8 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" | 8 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" |
9 | 9 | ||
@@ -14,7 +14,7 @@ inherit autotools pkgconfig github-releases | |||
14 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" | 14 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" |
15 | SRC_URI[sha256sum] = "8f19535adb5577b83b00e02f330fe9b9eb40dd21f19e2899636fc4d3a7696375" | 15 | SRC_URI[sha256sum] = "8f19535adb5577b83b00e02f330fe9b9eb40dd21f19e2899636fc4d3a7696375" |
16 | 16 | ||
17 | GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" | 17 | GITHUB_BASE_URI = "https://github.com/rrthomas/enchant/releases" |
18 | 18 | ||
19 | S = "${WORKDIR}/enchant-${PV}" | 19 | S = "${WORKDIR}/enchant-${PV}" |
20 | 20 | ||