nodogsplash: fix download hash 419/head
authorMoritz Warning <moritzwarning@web.de>
Fri, 28 Sep 2018 13:17:02 +0000 (15:17 +0200)
committerMoritz Warning <moritzwarning@web.de>
Fri, 28 Sep 2018 13:29:16 +0000 (15:29 +0200)
The tagging of the release was wrong, as a result, the hash of the downloaded files is different from the usual download package.
The content has been verified to be the same.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
nodogsplash/Makefile

index a29301bc3c1f1b6dcdc4fd942d4d07a7bbb033af..46ff9b12c3264946692f1eb3711f6c3936ae960a 100644 (file)
@@ -12,7 +12,7 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_URL:=https://codeload.github.com/nodogsplash/nodogsplash/tar.gz/v$(PKG_VERSION)?
 PKG_SOURCE:=nodogsplash-$(PKG_VERSION).tar.gz
-PKG_HASH:=fdc936b1b76bcae9a0a42cd8887d4cb5037fb328449a57c2c33f03ad5013638c
+PKG_HASH:=16da76ecf7820cd8b32081237e05b24a7d2d8a9db8a47242badc7937d6cf1ae8
 PKG_BUILD_DIR:=$(BUILD_DIR)/nodogsplash-$(PKG_VERSION)
 
 PKG_MAINTAINER:=Moritz Warning <moritzwarning@web.de>