diff options
author | Lukasz Baj <l.baj@radytek.com> | 2016-03-14 10:30:15 +0100 |
---|---|---|
committer | Lukasz Baj <l.baj@radytek.com> | 2016-03-15 09:18:47 +0100 |
commit | 2f39488cd487aad68edce56ba1d47d5919d96575 (patch) | |
tree | d103b88735015fdff16b6499b93cfdf3bcfaa0cd /libs/libusbmuxd | |
parent | 248cf4bca0bcb775eb3f0362b506898609a68976 (diff) |
Update libimobiledevice, libplist, libusbmuxd and usbmuxd
Updated libraries and tools to support connectivity of Apple devices,
such as iPads, iPods and iPhones.
Signed-off-by: Lukasz Baj <l.baj@radytek.com>
Diffstat (limited to 'libs/libusbmuxd')
-rw-r--r-- | libs/libusbmuxd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libusbmuxd/Makefile b/libs/libusbmuxd/Makefile index ec15bc2d2..3b84d54d7 100644 --- a/libs/libusbmuxd/Makefile +++ b/libs/libusbmuxd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libusbmuxd PKG_VERSION:=1.1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Lukasz Baj <l.baj@radytek.com> PKG_LICENSE:=LGPL-2.1+ @@ -18,7 +18,7 @@ PKG_LICENSE_FILES:=COPYING.LGPLv2.1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/libimobiledevice/libusbmuxd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=f347085157006523622b0a7160be68d14f037c00 +PKG_SOURCE_VERSION:=4397b3376dc4e4cb1c991d0aed61ce6482614196 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_FIXUP:=autoreconf |