mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
dosfstools: bump to version 3.0.28
Change to new homepage since maintainer changed as well. Add hash file based on tarball signature file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
626f5aa4f0
commit
7171a0e7a0
@ -5,7 +5,7 @@ config BR2_PACKAGE_DOSFSTOOLS
|
|||||||
help
|
help
|
||||||
Tools for creating and checking DOS FAT filesystems.
|
Tools for creating and checking DOS FAT filesystems.
|
||||||
|
|
||||||
http://www.daniel-baumann.ch/software/dosfstools/
|
https://github.com/dosfstools/dosfstools
|
||||||
|
|
||||||
if BR2_PACKAGE_DOSFSTOOLS
|
if BR2_PACKAGE_DOSFSTOOLS
|
||||||
|
|
||||||
|
2
package/dosfstools/dosfstools.hash
Normal file
2
package/dosfstools/dosfstools.hash
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Locally calculated after checking pgp signature
|
||||||
|
sha256 ee95913044ecf2719b63ea11212917649709a6e53209a72d622135aaa8517ee2 dosfstools-3.0.28.tar.xz
|
@ -4,9 +4,9 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
DOSFSTOOLS_VERSION = 3.0.26
|
DOSFSTOOLS_VERSION = 3.0.28
|
||||||
DOSFSTOOLS_SOURCE = dosfstools-$(DOSFSTOOLS_VERSION).tar.xz
|
DOSFSTOOLS_SOURCE = dosfstools-$(DOSFSTOOLS_VERSION).tar.xz
|
||||||
DOSFSTOOLS_SITE = http://daniel-baumann.ch/files/software/dosfstools
|
DOSFSTOOLS_SITE = https://github.com/dosfstools/dosfstools/releases/download/v$(DOSFSTOOLS_VERSION)
|
||||||
DOSFSTOOLS_LICENSE = GPLv3+
|
DOSFSTOOLS_LICENSE = GPLv3+
|
||||||
DOSFSTOOLS_LICENSE_FILES = COPYING
|
DOSFSTOOLS_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user