From 573b0f7d9641c6e0c8172fcb4f9c3863a9a5cbdd Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 4 Jul 2025 16:25:19 +0100 Subject: [PATCH] exfatprogs: update to 1.2.9 See https://github.com/exfatprogs/exfatprogs/releases/tag/1.2.9 Signed-off-by: Daniel Golle --- utils/exfatprogs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/exfatprogs/Makefile b/utils/exfatprogs/Makefile index d9b627b14c..b36a7ef006 100644 --- a/utils/exfatprogs/Makefile +++ b/utils/exfatprogs/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=exfatprogs -PKG_VERSION:=1.2.8 +PKG_VERSION:=1.2.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/exfatprogs/exfatprogs/releases/download/$(PKG_VERSION) -PKG_HASH:=d742b17af7b09370b9334deff167222f21720577c6eea3f9b3c51770ac544516 +PKG_HASH:=d9a42197c6ff9e6a8e923789413008e317415cf7a4ab85c486c5ffcaf49ca175 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-2.0-only