summaryrefslogtreecommitdiffstats
path: root/rules/dosfstools.make
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2016-01-04 05:18:08 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-01-12 17:04:31 +0100
commit696a87111250b636f01a6474986b4a11ad457da5 (patch)
tree1015c20c7333d8965f8b4d0d483182a5d29b1f0a /rules/dosfstools.make
parentf0a9a81ca0023e7468f1729751a56a3c0b3328e4 (diff)
downloadptxdist-696a87111250b636f01a6474986b4a11ad457da5.tar.gz
ptxdist-696a87111250b636f01a6474986b4a11ad457da5.tar.xz
dosfstools: fix url and update to 3.0.28
Dosfstools moved to github. Once there, update to version 3.0.28 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dosfstools.make')
-rw-r--r--rules/dosfstools.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/dosfstools.make b/rules/dosfstools.make
index 70d82374a..4d77a6359 100644
--- a/rules/dosfstools.make
+++ b/rules/dosfstools.make
@@ -17,12 +17,12 @@ PACKAGES-$(PTXCONF_DOSFSTOOLS) += dosfstools
#
# Paths and names
#
-DOSFSTOOLS_VERSION := 3.0.26
-DOSFSTOOLS_MD5 := 45012f5f56f2aae3afcd62120b9e5a08
+DOSFSTOOLS_VERSION := 3.0.28
+DOSFSTOOLS_MD5 := 6a047a6c65186b9ebb1853709adb36db
DOSFSTOOLS := dosfstools-$(DOSFSTOOLS_VERSION)
DOSFSTOOLS_SUFFIX := tar.xz
DOSFSTOOLS_SRC := $(DOSFSTOOLS).$(DOSFSTOOLS_SUFFIX)
-DOSFSTOOLS_URL := http://www.daniel-baumann.ch/files/software/dosfstools/$(DOSFSTOOLS_SRC)
+DOSFSTOOLS_URL := https://github.com/dosfstools/dosfstools/releases/download/v$(DOSFSTOOLS_VERSION)/$(DOSFSTOOLS_SRC)
DOSFSTOOLS_SOURCE := $(SRCDIR)/$(DOSFSTOOLS_SRC)
DOSFSTOOLS_DIR := $(BUILDDIR)/$(DOSFSTOOLS)
DOSFSTOOLS_LICENSE := GPL-3.0