aboutsummaryrefslogtreecommitdiff
path: root/libs/libirecovery
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-02-27 16:49:22 -0800
committerRosen Penev <rosenp@gmail.com>2020-02-27 16:59:52 -0800
commit7c7a922cb047176dc89efc713176862ee7cba82e (patch)
treec44d81e3f1aa9fc1444f7172a9fb07c61b02eae4 /libs/libirecovery
parentaa58b13013a84432c32df5bcabb3aafee78feab8 (diff)
libirecovery: fix version
The hash was correct but not the source version. No idea how this happened Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libirecovery')
-rw-r--r--libs/libirecovery/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libirecovery/Makefile b/libs/libirecovery/Makefile
index ee8bc5a7d..63c7e5bdb 100644
--- a/libs/libirecovery/Makefile
+++ b/libs/libirecovery/Makefile
@@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libirecovery
PKG_VERSION:=1.0.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/libimobiledevice/libirecovery
-PKG_SOURCE_VERSION:=db36196d8d9db5a1f92e6934cf931cd00a6ead2d
+PKG_SOURCE_VERSION:=2bd64e6d9c82c547bdd15cb32a74c1de5fd53bd8
PKG_MIRROR_HASH:=eff43fbb0140ba653b514ef5c0a6ecc715dd05d8a61d405775573ae5f78995d7
PKG_MAINTAINER:=Rosen Penev <rosenp@gmail.com>