summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2023-04-03 00:04:04 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2023-04-08 15:51:32 +0200
commit48f5a98d50d313c7c3796f9d986df73524d557ad (patch)
tree140bf95c05d02f2e7cfcd9b150ef92672e980cd8
parent78a468f690a0f3052ff68ef33910705b25bac33d (diff)
downloadopenwrt-48f5a98d50d313c7c3796f9d986df73524d557ad.tar.gz
openwrt-48f5a98d50d313c7c3796f9d986df73524d557ad.tar.bz2
openwrt-48f5a98d50d313c7c3796f9d986df73524d557ad.zip
tools/mtools: update to 4.0.43
Release Notes: https://lists.gnu.org/archive/html/info-gnu/2023-03/msg00006.html Signed-off-by: Nick Hainke <vincent@systemli.org>
-rw-r--r--tools/mtools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mtools/Makefile b/tools/mtools/Makefile
index c0c36a9d02..b810918b98 100644
--- a/tools/mtools/Makefile
+++ b/tools/mtools/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mtools
-PKG_VERSION:=4.0.42
+PKG_VERSION:=4.0.43
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_HASH:=64bfdfde4d82af6b22f3c1c72c3e231cbb618f4c2309cc46f54d16d5502ccf15
+PKG_HASH:=541e179665dc4e272b9602f2074243591a157da89cc47064da8c5829dbd2b339
HOST_BUILD_PARALLEL:=1