From 94fb4aa357406e7278a080485fc1b7a14c5288eb Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Mon, 8 Apr 2019 21:17:48 +0200 Subject: [PATCH] boot/barebox: add missing newline at EOF in hash file Fixes the following check-package warning: boot/barebox/barebox.hash:5: missing newline at end of file Signed-off-by: Bartosz Bilas Signed-off-by: Thomas Petazzoni --- boot/barebox/barebox.hash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/barebox/barebox.hash b/boot/barebox/barebox.hash index 348b23d47c..dfbd94fca8 100644 --- a/boot/barebox/barebox.hash +++ b/boot/barebox/barebox.hash @@ -2,4 +2,4 @@ md5 2d9619dfe6aaaf3b10d6327486e18571 barebox-2019.04.0.tar.bz2 # Locally calculated -sha256 d2834b612228b82bbaa713b26dec1fa770123bb02727400e4c56f6f2bffb01cc barebox-2019.04.0.tar.bz2 \ No newline at end of file +sha256 d2834b612228b82bbaa713b26dec1fa770123bb02727400e4c56f6f2bffb01cc barebox-2019.04.0.tar.bz2 -- 2.30.2