From 446c9dd02acc68984a76c5053cdb54d96125f555 Mon Sep 17 00:00:00 2001 From: Aleksey Vasilenko Date: Sun, 8 Sep 2024 10:29:54 +0300 Subject: [PATCH] exfatprogs: update to 1.2.5 Signed-off-by: Aleksey Vasilenko --- utils/exfatprogs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/exfatprogs/Makefile b/utils/exfatprogs/Makefile index 37719fd852..7d524c1584 100644 --- a/utils/exfatprogs/Makefile +++ b/utils/exfatprogs/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=exfatprogs -PKG_VERSION:=1.2.4 +PKG_VERSION:=1.2.5 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:=ad38126dfd9f74f8c6ecb35ddfd34d2582601d6c3ff26756610b8418360c8ee2 +PKG_HASH:=f27160dcc1ddd17c96cd41a6ceef7037adc2796ab5c5633d3d85cf532c3ee2f0 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=GPL-2.0-only -- 2.30.2