diff options
-rw-r--r-- | tools/mtools/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/mtools/Makefile b/tools/mtools/Makefile index 64be6ae01b..074909c1dc 100644 --- a/tools/mtools/Makefile +++ b/tools/mtools/Makefile @@ -7,12 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mtools -PKG_VERSION:=4.0.18 +PKG_VERSION:=4.0.19 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=30d408d039b4cedcd04fbf824c89b0ff85dcbb6f71f13d2d8d65abb3f58cacc3 -PKG_CAT:=zcat +PKG_HASH:=1bc197199ea1c2c317f597879486eeb817f3199b526d94cc6841624768d910df HOST_BUILD_PARALLEL:=1 |