libirecovery: fix version
authorRosen Penev <rosenp@gmail.com>
Fri, 28 Feb 2020 00:49:22 +0000 (16:49 -0800)
committerRosen Penev <rosenp@gmail.com>
Fri, 15 Jan 2021 01:03:06 +0000 (17:03 -0800)
The hash was correct but not the source version. No idea how this happened

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 7c7a922cb047176dc89efc713176862ee7cba82e)

libs/libirecovery/Makefile

index ee8bc5a7d28a61b05fa7a01dccbe9e3f184e7466..63c7e5bdbe27ca31dc97bb4fed3e1029f6b0ddb7 100644 (file)
@@ -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>