summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke.mehrtens@intel.com>2017-03-30 12:25:13 +0200
committerHans Dedecker <dedeckeh@gmail.com>2017-03-30 22:00:48 +0200
commit298c40fd34e9da78f6880e0c5f0b93bf14fd6418 (patch)
tree5f8f78e4b55c1ee1923cdacfd95a5e67273e131b
parent910a9430a0c0da2e60c1b84bbf640d310aba4bd7 (diff)
downloadmtk-20170518-298c40fd34e9da78f6880e0c5f0b93bf14fd6418.zip
mtk-20170518-298c40fd34e9da78f6880e0c5f0b93bf14fd6418.tar.gz
mtk-20170518-298c40fd34e9da78f6880e0c5f0b93bf14fd6418.tar.bz2
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@intel.com>
-rw-r--r--package/network/services/odhcpd/Makefile2
1 files changed, 1 insertions, 1 deletions
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@gmail.com>
PKG_LICENSE:=GPL-2.0