Message ID | 15337a58f77de3d0a30b73fcd836349df811ca39.1731530398.git.steve@sakoman.com |
---|---|
State | RFC |
Delegated to: | Steve Sakoman |
Headers | show |
Series | [scarthgap,1/9] dropbear: backport patch for CVE-2023-48795 | expand |
diff --git a/meta/recipes-support/enchant/enchant2_2.6.7.bb b/meta/recipes-support/enchant/enchant2_2.6.7.bb index b31bdc422b..26ff4e8502 100644 --- a/meta/recipes-support/enchant/enchant2_2.6.7.bb +++ b/meta/recipes-support/enchant/enchant2_2.6.7.bb @@ -14,7 +14,7 @@ inherit autotools pkgconfig github-releases SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" SRC_URI[sha256sum] = "a1c2e5b59acca000bbfb24810af4a1165733d407f2154786588e076c8cd57bfc" -GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" +GITHUB_BASE_URI = "https://github.com/rrthomas/enchant/releases" S = "${WORKDIR}/enchant-${PV}"