[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: Update libimobiledevice.org home pages.
From: |
guix-commits |
Subject: |
01/03: gnu: Update libimobiledevice.org home pages. |
Date: |
Fri, 15 Mar 2019 10:27:41 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit ca497b43118fc13adb0d244ea0a183491a0d0265
Author: Marius Bakke <address@hidden>
Date: Fri Mar 15 12:34:02 2019 +0100
gnu: Update libimobiledevice.org home pages.
* gnu/packages/libusb.scm (libplist, libusbmuxd, libimobiledevice,
ifuse)[source, home-page]: Use HTTPS.
---
gnu/packages/libusb.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index f0725d7..bf44e90 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -308,7 +308,7 @@ wrapper for accessing libusb-1.0.")
(version "2.0.0")
(source (origin
(method url-fetch)
- (uri (string-append "http://www.libimobiledevice.org/downloads/"
+ (uri (string-append "https://www.libimobiledevice.org/downloads/"
"libplist-" version ".tar.bz2"))
(sha256
(base32
@@ -319,7 +319,7 @@ wrapper for accessing libusb-1.0.")
(native-inputs
`(("pkg-config" ,pkg-config)
("python-cython" ,python-cython)))
- (home-page "http://www.libimobiledevice.org/")
+ (home-page "https://www.libimobiledevice.org/")
(synopsis "C library to handle Apple Property List files")
(description "This package provides a small portable C library to handle
Apple Property List files in binary or XML.")
@@ -331,7 +331,7 @@ Apple Property List files in binary or XML.")
(version "1.0.10")
(source (origin
(method url-fetch)
- (uri (string-append "http://www.libimobiledevice.org/downloads/"
+ (uri (string-append "https://www.libimobiledevice.org/downloads/"
"libusbmuxd-" version ".tar.bz2"))
(sha256
(base32
@@ -340,7 +340,7 @@ Apple Property List files in binary or XML.")
(native-inputs
`(("pkg-config" ,pkg-config)
("libplist" ,libplist)))
- (home-page "http://www.libimobiledevice.org/")
+ (home-page "https://www.libimobiledevice.org/")
(synopsis "Library to multiplex connections from and to iOS devices")
(description "This package provides a client library to multiplex
connections from and to iOS devices by connecting to a socket provided by a
@@ -353,7 +353,7 @@ connections from and to iOS devices by connecting to a
socket provided by a
(version "1.2.0")
(source (origin
(method url-fetch)
- (uri (string-append "http://www.libimobiledevice.org/downloads/"
+ (uri (string-append "https://www.libimobiledevice.org/downloads/"
"libimobiledevice-" version ".tar.bz2"))
(sha256
(base32
@@ -376,7 +376,7 @@ connections from and to iOS devices by connecting to a
socket provided by a
`(("pkg-config" ,pkg-config)
("python-cython" ,python-cython)
("libtool" ,libtool)))
- (home-page "http://www.libimobiledevice.org/")
+ (home-page "https://www.libimobiledevice.org/")
(synopsis "Protocol library and tools to communicate with Apple devices")
(description "libimobiledevice is a software library that talks the
protocols to support Apple devices. It allows other software to easily access
@@ -392,7 +392,7 @@ music and video to the device.")
(version "1.1.3")
(source (origin
(method url-fetch)
- (uri (string-append "http://www.libimobiledevice.org/downloads/"
+ (uri (string-append "https://www.libimobiledevice.org/downloads/"
"ifuse-" version ".tar.bz2"))
(sha256
(base32
@@ -403,7 +403,7 @@ music and video to the device.")
(native-inputs
`(("pkg-config" ,pkg-config)))
(build-system gnu-build-system)
- (home-page "http://www.libimobiledevice.org/")
+ (home-page "https://www.libimobiledevice.org/")
(synopsis "Mount iOS devices")
(description "This package provides @command{ifuse}, a command to mount
iOS devices and access their contents.")
@@ -415,7 +415,7 @@ iOS devices and access their contents.")
(version "1.1.0")
(source (origin
(method url-fetch)
- (uri (string-append "http://www.libimobiledevice.org/downloads/"
+ (uri (string-append "https://www.libimobiledevice.org/downloads/"
"usbmuxd-" version ".tar.bz2"))
(sha256
(base32
@@ -427,7 +427,7 @@ iOS devices and access their contents.")
(native-inputs
`(("pkg-config" ,pkg-config)))
(build-system gnu-build-system)
- (home-page "http://www.libimobiledevice.org/")
+ (home-page "https://www.libimobiledevice.org/")
(synopsis "Multiplex connections over USB to an iOS device")
(description "This package provides the @code{usbmuxd} daemon
which multiplexes connections over USB to an iOS device. To