From 7c7a922cb047176dc89efc713176862ee7cba82e Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 27 Feb 2020 16:49:22 -0800 Subject: [PATCH] libirecovery: fix version The hash was correct but not the source version. No idea how this happened Signed-off-by: Rosen Penev --- libs/libirecovery/Makefile | 4 ++-- 1 file 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