From 7fe51d7dfe422ab43507bf699ff55bc81def3c15 Mon Sep 17 00:00:00 2001 From: Jen Wolf Date: Wed, 2 Oct 2024 20:01:03 +0000 Subject: [PATCH] mtools: update to 4.0.45 mtools: update to 4.0.45 no change log https://www.gnu.org/software/mtools/manual/mtools.html Compile tested: Model ASUS RT-AC88U Architecture ARMv7 Processor rev 0 (v7l) BCM53xx / arm_cortex-a9. Kernel Version 6.6.53 main branch Run tested: Using GCC 14.2.0 and binutils 2.43.1 Signed-off-by: Jen Wolf --- utils/mtools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/mtools/Makefile b/utils/mtools/Makefile index 6e528cb33e..bcbb9d24ba 100644 --- a/utils/mtools/Makefile +++ b/utils/mtools/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mtools -PKG_VERSION:=4.0.43 +PKG_VERSION:=4.0.45 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNU/mtools -PKG_HASH:=541e179665dc4e272b9602f2074243591a157da89cc47064da8c5829dbd2b339 +PKG_HASH:=0b008a96bd0efe0e542fa4383d469af66bc4a93394990b103730a8160a67d618 PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 -- 2.30.2