diff options
author | Nick Hainke <vincent@systemli.org> | 2022-10-21 22:01:48 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-22 22:50:37 +0200 |
commit | 1699ace3a4f97a1b971c4f92e13321000172da9c (patch) | |
tree | 38e294e3ad9f8db8a597d10db90c80c9061e997d /tools/mtools | |
parent | ef51c0150a5c569d474891e0bc7ae93a12d99c1b (diff) | |
download | upstream-1699ace3a4f97a1b971c4f92e13321000172da9c.tar.gz upstream-1699ace3a4f97a1b971c4f92e13321000172da9c.tar.bz2 upstream-1699ace3a4f97a1b971c4f92e13321000172da9c.zip |
tools/mtools: update to 4.0.41
Release Notes:
https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00011.html
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/mtools')
-rw-r--r-- | tools/mtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mtools/Makefile b/tools/mtools/Makefile index 74007a88d0..964ef9db33 100644 --- a/tools/mtools/Makefile +++ b/tools/mtools/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mtools -PKG_VERSION:=4.0.40 +PKG_VERSION:=4.0.41 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=a22fca42354011dd2293a7f51f228b46ebbd802e7740b0975912afecb79d5df4 +PKG_HASH:=2542152264fb3eff7ed70662abf4f4eef8133bc37d0b7a686c240df2b5f80a13 HOST_BUILD_PARALLEL:=1 |