From: Bartosz Bilas Date: Mon, 8 Apr 2019 19:17:48 +0000 (+0200) Subject: boot/barebox: add missing newline at EOF in hash file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94fb4aa357406e7278a080485fc1b7a14c5288eb;p=buildroot.git 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 --- 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