From: Hauke Mehrtens Date: Thu, 30 Mar 2017 10:25:13 +0000 (+0200) Subject: odhcpd: fix sha256 sum X-Git-Tag: v17.01.1~25 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=298c40fd34e9da78f6880e0c5f0b93bf14fd6418;p=openwrt%2Fopenwrt.git odhcpd: fix sha256 sum The sha256sum added in commit b8567cb44e9e4f ("odhcpd: update to git HEAD version (FS#396)") does not match the sha256sum of the file on the mirror or when I clone it. Update the sha256 sum to the correct value. Signed-off-by: Hauke Mehrtens --- diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index c0a7ceff2c..b4acb35fc1 100644 --- a/package/network/services/odhcpd/Makefile +++ b/package/network/services/odhcpd/Makefile @@ -14,7 +14,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(LEDE_GIT)/project/odhcpd.git PKG_SOURCE_DATE:=2017-02-09 PKG_SOURCE_VERSION:=8df4253ba73246d31f2e65f2004da3f9890c22c5 -PKG_MIRROR_HASH:=0040f94d11d0039505328a90b2ff48968db873e9e7967307631bf40ef5679275 +PKG_MIRROR_HASH:=972d0dc4cc99a901eb710313fb0f3908396767952d19cc56b264f83a0a05016d PKG_MAINTAINER:=Hans Dedecker PKG_LICENSE:=GPL-2.0