[source] odhcpd: fix sha256 sum

LEDE Commits lede-commits at lists.infradead.org
Thu Mar 30 13:01:19 PDT 2017


dedeckeh pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/298c40fd34e9da78f6880e0c5f0b93bf14fd6418

commit 298c40fd34e9da78f6880e0c5f0b93bf14fd6418
Author: Hauke Mehrtens <hauke.mehrtens at intel.com>
AuthorDate: Thu Mar 30 12:25:13 2017 +0200

    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 <hauke.mehrtens at intel.com>
---
 package/network/services/odhcpd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile
index c0a7cef..b4acb35 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 <dedeckeh at gmail.com>
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list