summaryrefslogtreecommitdiffstats
path: root/tools/mtools
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2022-04-15 01:15:26 +0100
committerDaniel Golle <daniel@makrotopia.org>2022-04-15 01:18:28 +0100
commit08ebc3881d3f351d2d4ca9202ca446c96b38a1e1 (patch)
tree42cb30369e85bf06aeb01b77b2d346e94016679c /tools/mtools
parent4d289ae7e63893f90957b77962c6b60574d35441 (diff)
downloadopenwrt-08ebc3881d3f351d2d4ca9202ca446c96b38a1e1.tar.gz
openwrt-08ebc3881d3f351d2d4ca9202ca446c96b38a1e1.tar.bz2
openwrt-08ebc3881d3f351d2d4ca9202ca446c96b38a1e1.zip
mtools: update to version 4.0.39
Improvements since the 4.0.38 release are: - Rename strtoi to strosi (string to signed int). The strtoi function on BSD does something else (returns an intmax, not an int) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'tools/mtools')
-rw-r--r--tools/mtools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mtools/Makefile b/tools/mtools/Makefile
index 90a4119af4..db364c9c93 100644
--- a/tools/mtools/Makefile
+++ b/tools/mtools/Makefile
@@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mtools
-PKG_VERSION:=4.0.38
+PKG_VERSION:=4.0.39
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_HASH:=7b94485f486e7df08cca68b00a164a13cd38f4c63cb8684d188759ee7bc5e729
+PKG_HASH:=397f1e2b7b7a2a270eb7970fa363e445f956926ec51e8170c3869da85b0987bd
HOST_BUILD_PARALLEL:=1