From 7d38859586228d0644045dc878199ed19e1058d0 Mon Sep 17 00:00:00 2001 From: Georgi Valkov Date: Sat, 9 Nov 2024 14:09:11 +0200 Subject: [PATCH] libirecovery: update to 1.2.1 Signed-off-by: Georgi Valkov --- libs/libirecovery/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/libirecovery/Makefile b/libs/libirecovery/Makefile index cd12b79454..9caf3aa543 100644 --- a/libs/libirecovery/Makefile +++ b/libs/libirecovery/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libirecovery -PKG_VERSION:=1.2.0 +PKG_VERSION:=1.2.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://github.com/libimobiledevice/libirecovery/releases/download/$(PKG_VERSION) -PKG_HASH:=74448348f8a68b654015fe1952fdc4e0781db20dcf4e1d85ec97d6f91e95eb14 +PKG_HASH:=d25f4b85c24df206efbbbd2d6d45d1637229e756c52d535eef047a163799f67c PKG_MAINTAINER:=Rosen Penev PKG_LICENSE:=LGPL-2.1-or-later -- 2.30.2