diff options
| author | Jack Sun | 2025-02-02 02:48:30 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-02-19 08:40:55 +0000 |
| commit | 208288ff6c8511b0191e5432c509ea5f01f0593e (patch) | |
| tree | 452404e23bcba5a1d7a37d66d2d33dde01bf30df | |
| parent | 02481fb1d9045853da17c339e510649b2a97079c (diff) | |
| download | openwrt-208288ff6c8511b0191e5432c509ea5f01f0593e.tar.gz | |
tools/mtools: update to 4.0.47
Release Notes:
https://lists.gnu.org/archive/html/info-gnu/2025-01/msg00010.html
Signed-off-by: Jack Sun <sunjiazheng321521@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17829
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -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 b810918b98..d270792c06 100644 --- a/tools/mtools/Makefile +++ b/tools/mtools/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mtools -PKG_VERSION:=4.0.43 +PKG_VERSION:=4.0.44 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=541e179665dc4e272b9602f2074243591a157da89cc47064da8c5829dbd2b339 +PKG_HASH:=37dc4df022533c3d4b2ec1c78973c27c7e8b585374c2d46ab64c6a3db31eddb8 HOST_BUILD_PARALLEL:=1 |