From 3b0a0fdbae28f546469a3454c722ee71c658cf18 Mon Sep 17 00:00:00 2001 From: Georgi Valkov Date: Mon, 30 Sep 2024 15:21:41 +0300 Subject: [PATCH] idevicerestore: update to the latest git version Notable changes - initial support for iPhone 16 restore - depends on libtatsu Signed-off-by: Georgi Valkov --- utils/idevicerestore/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/idevicerestore/Makefile b/utils/idevicerestore/Makefile index afd184975685fc..e7a36cce2b28ce 100644 --- a/utils/idevicerestore/Makefile +++ b/utils/idevicerestore/Makefile @@ -10,9 +10,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/libimobiledevice/idevicerestore.git -PKG_SOURCE_DATE:=2024-04-04 -PKG_SOURCE_VERSION:=6d40d0ab626eb0ffee4f005b7fdc915bc561deb9 -PKG_MIRROR_HASH:=96906ce58e21914961018adf160459386d322cdec4f66f311555c87bb4b9cbfa +PKG_SOURCE_DATE:=2024-09-28 +PKG_SOURCE_VERSION:=511261e12d23d80cc3c08290022380b8d3411f9c +PKG_MIRROR_HASH:=ccdc4c7711173771be16521c90343a625f849b14fb15fa03d4fc44917905695d PKG_MAINTAINER:=Rosen Penev PKG_LICENSE:=GPL-2.0-or-later @@ -30,7 +30,7 @@ define Package/idevicerestore SUBMENU:=libimobiledevice TITLE:=Restore/upgrade firmware of iOS devices URL:=https://github.com/libimobiledevice/idevicerestore - DEPENDS:=+libirecovery +libzip +libcurl +usbmuxd + DEPENDS:=+libirecovery +libzip +libtatsu +usbmuxd endef define Package/idevicerestore/description