From da1e959882086b780548dd2ad4eb297a06af470a Mon Sep 17 00:00:00 2001 From: Georgi Valkov Date: Mon, 22 Apr 2024 14:10:56 +0300 Subject: [PATCH] libplist: update to 2.4.0 Switched to GitHub tarballs as they are now available. Signed-off-by: Georgi Valkov --- libs/libplist/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/libplist/Makefile b/libs/libplist/Makefile index eb8265b1b8..7c8b959a1b 100644 --- a/libs/libplist/Makefile +++ b/libs/libplist/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libplist -PKG_VERSION:=2.2.0 -PKG_RELEASE:=3 +PKG_VERSION:=2.4.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=https://www.libimobiledevice.org/downloads -PKG_HASH:=4a5517e5377ec421df84c586ba85bb4e1d26f11ad203d7d450a907c0156fbd9a +PKG_SOURCE_URL:=https://github.com/libimobiledevice/libplist/releases/download/$(PKG_VERSION) +PKG_HASH:=3f5868ae15b117320c1ff5e71be53d29469d4696c4085f89db1975705781a7cd PKG_MAINTAINER:=Rosen Penev PKG_CPE_ID:=cpe:/a:libimobiledevice:libplist