diff options
author | Sam James <sam@gentoo.org> | 2024-11-13 19:52:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-13 19:52:26 +0000 |
commit | 4c29d12dad14889362a638ffee4a590bf2ac3f30 (patch) | |
tree | bf0339a2a3e52e0fc12b2707793388d310c35a14 /app-text | |
parent | app-text/enchant: update HOMEPAGE (diff) | |
download | gentoo-4c29d12dad14889362a638ffee4a590bf2ac3f30.tar.gz gentoo-4c29d12dad14889362a638ffee4a590bf2ac3f30.tar.bz2 gentoo-4c29d12dad14889362a638ffee4a590bf2ac3f30.zip |
app-text/enchant: update SRC_URI
Tarballs are the same but the assets are only available on rrthomas'
repo now.
Closes: https://bugs.gentoo.org/942955
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/enchant/enchant-1.6.1-r2.ebuild | 2 | ||||
-rw-r--r-- | app-text/enchant/enchant-2.6.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/enchant/enchant-1.6.1-r2.ebuild b/app-text/enchant/enchant-1.6.1-r2.ebuild index f20d9d61a804..c011eda172ef 100644 --- a/app-text/enchant/enchant-1.6.1-r2.ebuild +++ b/app-text/enchant/enchant-1.6.1-r2.ebuild @@ -6,7 +6,7 @@ EAPI=8 MY_PV="${PV//./-}" DESCRIPTION="Spellchecker wrapping library" HOMEPAGE="https://github.com/rrthomas/enchant" -SRC_URI="https://github.com/AbiWord/enchant/releases/download/${PN}-${MY_PV}/${P}.tar.gz" +SRC_URI="https://github.com/rrthomas/enchant/releases/download/${PN}-${MY_PV}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" diff --git a/app-text/enchant/enchant-2.6.1.ebuild b/app-text/enchant/enchant-2.6.1.ebuild index f03c6bf31917..74eb9c8b1868 100644 --- a/app-text/enchant/enchant-2.6.1.ebuild +++ b/app-text/enchant/enchant-2.6.1.ebuild @@ -7,7 +7,7 @@ inherit libtool DESCRIPTION="Spellchecker wrapping library" HOMEPAGE="https://github.com/rrthomas/enchant" -SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz" +SRC_URI="https://github.com/rrthomas/enchant/releases/download/v${PV}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="2" |