libirecovery: update to 1.2.0
authorGeorgi Valkov <gvalkov@gmail.com>
Tue, 23 Apr 2024 17:34:29 +0000 (20:34 +0300)
committerRosen Penev <rosenp@gmail.com>
Tue, 30 Apr 2024 20:46:24 +0000 (13:46 -0700)
Switched to GitHub tarballs as they are now available.

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
libs/libirecovery/Makefile

index 8d82ef0028fec3b801aa1f555cd263842fc0ca96..cd12b794546040bb2b48a4e293854034ca9e0b59 100644 (file)
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libirecovery
-PKG_VERSION:=1.0.0
-PKG_RELEASE:=2
+PKG_VERSION:=1.2.0
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=https://www.libimobiledevice.org/downloads
-PKG_HASH:=cda0aba10a5b6fc2e1d83946b009e3e64d0be36912a986e35ad6d34b504ad9b4
+PKG_SOURCE_URL:=https://github.com/libimobiledevice/libirecovery/releases/download/$(PKG_VERSION)
+PKG_HASH:=74448348f8a68b654015fe1952fdc4e0781db20dcf4e1d85ec97d6f91e95eb14
 
 PKG_MAINTAINER:=Rosen Penev <rosenp@gmail.com>
 PKG_LICENSE:=LGPL-2.1-or-later
@@ -37,7 +37,7 @@ define Package/libirecovery
   TITLE:=A library that talks to Apple iBoot/iBSS
   SECTION:=libs
   CATEGORY:=Libraries
-  DEPENDS:=+libreadline +libusb-1.0
+  DEPENDS:=+libimobiledevice-glue +libreadline +libusb-1.0
 endef
 
 define Package/libirecovery/description