gnu: Update libimobiledevice.org home pages.
* gnu/packages/libusb.scm (libplist, libusbmuxd, libimobiledevice, ifuse)[source, home-page]: Use HTTPS.
This commit is contained in:
		
							parent
							
								
									034b8fd475
								
							
						
					
					
						commit
						ca497b4311
					
				
					 1 changed files with 10 additions and 10 deletions
				
			
		|  | @ -308,7 +308,7 @@ wrapper for accessing libusb-1.0.") | ||||||
|     (version "2.0.0") |     (version "2.0.0") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append "http://www.libimobiledevice.org/downloads/" |               (uri (string-append "https://www.libimobiledevice.org/downloads/" | ||||||
|                                   "libplist-" version ".tar.bz2")) |                                   "libplist-" version ".tar.bz2")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|  | @ -319,7 +319,7 @@ wrapper for accessing libusb-1.0.") | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("pkg-config" ,pkg-config) |      `(("pkg-config" ,pkg-config) | ||||||
|        ("python-cython" ,python-cython))) |        ("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") |     (synopsis "C library to handle Apple Property List files") | ||||||
|     (description "This package provides a small portable C library to handle |     (description "This package provides a small portable C library to handle | ||||||
| Apple Property List files in binary or XML.") | Apple Property List files in binary or XML.") | ||||||
|  | @ -331,7 +331,7 @@ Apple Property List files in binary or XML.") | ||||||
|     (version "1.0.10") |     (version "1.0.10") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append "http://www.libimobiledevice.org/downloads/" |               (uri (string-append "https://www.libimobiledevice.org/downloads/" | ||||||
|                                   "libusbmuxd-" version ".tar.bz2")) |                                   "libusbmuxd-" version ".tar.bz2")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|  | @ -340,7 +340,7 @@ Apple Property List files in binary or XML.") | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("pkg-config" ,pkg-config) |      `(("pkg-config" ,pkg-config) | ||||||
|        ("libplist" ,libplist))) |        ("libplist" ,libplist))) | ||||||
|     (home-page "http://www.libimobiledevice.org/") |     (home-page "https://www.libimobiledevice.org/") | ||||||
|     (synopsis "Library to multiplex connections from and to iOS devices") |     (synopsis "Library to multiplex connections from and to iOS devices") | ||||||
|     (description "This package provides a client library to multiplex |     (description "This package provides a client library to multiplex | ||||||
| connections from and to iOS devices by connecting to a socket provided by a | 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") |     (version "1.2.0") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append "http://www.libimobiledevice.org/downloads/" |               (uri (string-append "https://www.libimobiledevice.org/downloads/" | ||||||
|                                   "libimobiledevice-" version ".tar.bz2")) |                                   "libimobiledevice-" version ".tar.bz2")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|  | @ -376,7 +376,7 @@ connections from and to iOS devices by connecting to a socket provided by a | ||||||
|      `(("pkg-config" ,pkg-config) |      `(("pkg-config" ,pkg-config) | ||||||
|        ("python-cython" ,python-cython) |        ("python-cython" ,python-cython) | ||||||
|        ("libtool" ,libtool))) |        ("libtool" ,libtool))) | ||||||
|     (home-page "http://www.libimobiledevice.org/") |     (home-page "https://www.libimobiledevice.org/") | ||||||
|     (synopsis "Protocol library and tools to communicate with Apple devices") |     (synopsis "Protocol library and tools to communicate with Apple devices") | ||||||
|     (description "libimobiledevice is a software library that talks the |     (description "libimobiledevice is a software library that talks the | ||||||
| protocols to support Apple devices.  It allows other software to easily access | 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") |     (version "1.1.3") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append "http://www.libimobiledevice.org/downloads/" |               (uri (string-append "https://www.libimobiledevice.org/downloads/" | ||||||
|                                   "ifuse-" version ".tar.bz2")) |                                   "ifuse-" version ".tar.bz2")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|  | @ -403,7 +403,7 @@ music and video to the device.") | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("pkg-config" ,pkg-config))) |      `(("pkg-config" ,pkg-config))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (home-page "http://www.libimobiledevice.org/") |     (home-page "https://www.libimobiledevice.org/") | ||||||
|     (synopsis "Mount iOS devices") |     (synopsis "Mount iOS devices") | ||||||
|     (description "This package provides @command{ifuse}, a command to mount |     (description "This package provides @command{ifuse}, a command to mount | ||||||
| iOS devices and access their contents.") | iOS devices and access their contents.") | ||||||
|  | @ -415,7 +415,7 @@ iOS devices and access their contents.") | ||||||
|     (version "1.1.0") |     (version "1.1.0") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append "http://www.libimobiledevice.org/downloads/" |               (uri (string-append "https://www.libimobiledevice.org/downloads/" | ||||||
|                                   "usbmuxd-" version ".tar.bz2")) |                                   "usbmuxd-" version ".tar.bz2")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|  | @ -427,7 +427,7 @@ iOS devices and access their contents.") | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("pkg-config" ,pkg-config))) |      `(("pkg-config" ,pkg-config))) | ||||||
|     (build-system gnu-build-system) |     (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") |     (synopsis "Multiplex connections over USB to an iOS device") | ||||||
|     (description "This package provides the @code{usbmuxd} daemon |     (description "This package provides the @code{usbmuxd} daemon | ||||||
| which multiplexes connections over USB to an iOS device.  To | which multiplexes connections over USB to an iOS device.  To | ||||||
|  |  | ||||||
		Reference in a new issue