Skip to content

Commit

Permalink
idevicerestore: update to the latest git version
Browse files Browse the repository at this point in the history
Notable changes
- initial support for iPhone 16 restore
- depends on libtatsu

Signed-off-by: Georgi Valkov <[email protected]>
  • Loading branch information
httpstorm committed Sep 30, 2024
1 parent e92cb03 commit 4e81bb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/idevicerestore/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
PKG_LICENSE:=GPL-2.0-or-later
Expand All @@ -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
Expand Down

0 comments on commit 4e81bb7

Please sign in to comment.