mtools: update to 4.0.37

update 4.0.36 (2021-11-21) to 4.0.37 (2022-01-08)

Improvements since the 4.0.36 release are:
- Removed mclasserase commands, which doesn't fit the coding
  structure of the rest of mtools
- Add support to -i option to mcd
- Document -i flag in mtools.1
- Fix a missing command error in floppyd_io.c

announcement:
- https://lists.gnu.org/archive/html/info-mtools/2022-01/msg00000.html
This commit is contained in:
heitbaum 2022-01-09 02:31:21 +00:00
parent e700310a97
commit 6deffed349

View File

@ -3,8 +3,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="mtools"
PKG_VERSION="4.0.36"
PKG_SHA256="e5c0e5adf2dfbb9f72649d3a8299ff6fb73f269f8330a2975d91bcc5055240f4"
PKG_VERSION="4.0.37"
PKG_SHA256="799b197e23e47b61259628810b27790efb7a1fe36037ef1da8a27b0ae4fa8342"
PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/mtools/"
PKG_URL="http://ftpmirror.gnu.org/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"