aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorGeorgi Valkov <gvalkov@gmail.com>2024-04-23 20:34:29 +0300
committerRosen Penev <rosenp@gmail.com>2024-04-30 13:46:24 -0700
commit0f1774eb1614a2e3bf2f216edd4644a03c569410 (patch)
tree5880bef89cdc508784666635905b3e0634c4c144 /libs
parenta6eaa4796b0fa6e91a64ef9cd5567f9a414d53fb (diff)
libirecovery: update to 1.2.0
Switched to GitHub tarballs as they are now available. Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r--libs/libirecovery/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/libirecovery/Makefile b/libs/libirecovery/Makefile
index 8d82ef002..cd12b7945 100644
--- a/libs/libirecovery/Makefile
+++ b/libs/libirecovery/Makefile
@@ -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