summaryrefslogtreecommitdiffstats
path: root/package/dosfstools
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-06-25 15:52:08 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-06-26 09:44:35 +0200
commit7171a0e7a016ef68ee19420593f9097b4aa37cae (patch)
tree25362d6008a410189dcdb2796957b8429e9b3d19 /package/dosfstools
parent626f5aa4f01334cc612ddbde0ff680f9dcb0e854 (diff)
downloadbuildroot-7171a0e7a016ef68ee19420593f9097b4aa37cae.tar.gz
buildroot-7171a0e7a016ef68ee19420593f9097b4aa37cae.zip
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>
Diffstat (limited to 'package/dosfstools')
-rw-r--r--package/dosfstools/Config.in2
-rw-r--r--package/dosfstools/dosfstools.hash2
-rw-r--r--package/dosfstools/dosfstools.mk4
3 files changed, 5 insertions, 3 deletions
diff --git a/package/dosfstools/Config.in b/package/dosfstools/Config.in
index 7f3481cad8..33c64b34a2 100644
--- a/package/dosfstools/Config.in
+++ b/package/dosfstools/Config.in
@@ -5,7 +5,7 @@ config BR2_PACKAGE_DOSFSTOOLS
help
Tools for creating and checking DOS FAT filesystems.
- http://www.daniel-baumann.ch/software/dosfstools/
+ https://github.com/dosfstools/dosfstools
if BR2_PACKAGE_DOSFSTOOLS
diff --git a/package/dosfstools/dosfstools.hash b/package/dosfstools/dosfstools.hash
new file mode 100644
index 0000000000..f852195868
--- /dev/null
+++ b/package/dosfstools/dosfstools.hash
@@ -0,0 +1,2 @@
+# Locally calculated after checking pgp signature
+sha256 ee95913044ecf2719b63ea11212917649709a6e53209a72d622135aaa8517ee2 dosfstools-3.0.28.tar.xz
diff --git a/package/dosfstools/dosfstools.mk b/package/dosfstools/dosfstools.mk
index 88c4fe806f..b7f7d96b85 100644
--- a/package/dosfstools/dosfstools.mk
+++ b/package/dosfstools/dosfstools.mk
@@ -4,9 +4,9 @@
#
################################################################################
-DOSFSTOOLS_VERSION = 3.0.26
+DOSFSTOOLS_VERSION = 3.0.28
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_FILES = COPYING
OpenPOWER on IntegriCloud