mtools: update to 4.0.39
This update happens to drop the libbsd dependency. Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
This commit is contained in:
parent
4568433d68
commit
96ec989edb
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mtools
|
PKG_NAME:=mtools
|
||||||
PKG_VERSION:=4.0.35
|
PKG_VERSION:=4.0.39
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@GNU/mtools
|
PKG_SOURCE_URL:=@GNU/mtools
|
||||||
PKG_HASH:=34769e173751d2f0d891a08c76c80427e929b8ee43438019b8666cc3d7a44749
|
PKG_HASH:=397f1e2b7b7a2a270eb7970fa363e445f956926ec51e8170c3869da85b0987bd
|
||||||
|
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
@ -23,7 +23,6 @@ define Package/mtools
|
||||||
SUBMENU:=Disc
|
SUBMENU:=Disc
|
||||||
TITLE:=Collection of utilities to access MS-DOS disks
|
TITLE:=Collection of utilities to access MS-DOS disks
|
||||||
URL:=https://www.gnu.org/software/mtools
|
URL:=https://www.gnu.org/software/mtools
|
||||||
DEPENDS:=+libbsd
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/mtools/description
|
define Package/mtools/description
|
||||||
|
|
Loading…
Reference in a new issue