commit: 3f49cd9a55d50af378b5e41831c2843e76615779 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Thu Jul 16 12:56:44 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Jul 16 12:59:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f49cd9a
app-pda/libimobiledevice: use GH mirror Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-pda/libimobiledevice/libimobiledevice-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-pda/libimobiledevice/libimobiledevice-1.3.0.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.3.0.ebuild index 2d834844170..a2811ac1407 100644 --- a/app-pda/libimobiledevice/libimobiledevice-1.3.0.ebuild +++ b/app-pda/libimobiledevice/libimobiledevice-1.3.0.ebuild @@ -8,7 +8,7 @@ inherit autotools python-r1 DESCRIPTION="Support library to communicate with Apple iPhone/iPod Touch devices" HOMEPAGE="https://www.libimobiledevice.org/" -SRC_URI="https://www.libimobiledevice.org/downloads/${P}.tar.bz2" +SRC_URI="https://github.com/libimobiledevice/libimobiledevice/releases/download/${PV}/${P}.tar.bz2" # While COPYING* doesn't mention 'or any later version', all the headers do, hence use + LICENSE="GPL-2+ LGPL-2.1+"
