Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/usbmuxd/
Date: Thu, 16 Jul 2020 12:59:40
Message-Id: 1594904364.74e8151c822b9345661dbe43e6467f325da2e7d6.juippis@gentoo
1 commit: 74e8151c822b9345661dbe43e6467f325da2e7d6
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 16 12:57:29 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 16 12:59:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e8151c
7
8 app-pda/usbmuxd: use GH mirror
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-pda/usbmuxd/usbmuxd-1.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
16 index bba79b98e7a..bd3f64d7f7e 100644
17 --- a/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
18 +++ b/app-pda/usbmuxd/usbmuxd-1.1.1.ebuild
19 @@ -7,7 +7,7 @@ inherit autotools systemd udev
20
21 DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
22 HOMEPAGE="https://www.libimobiledevice.org/"
23 -SRC_URI="https://www.libimobiledevice.org/downloads/${P}.tar.bz2"
24 +SRC_URI="https://github.com/libimobiledevice/usbmuxd/releases/download/${PV}/${P}.tar.bz2"
25
26 # src/utils.h is LGPL-2.1+, rest is found in COPYING*
27 LICENSE="GPL-2 GPL-3 LGPL-2.1+"