We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4e3af commit 8fc6d16Copy full SHA for 8fc6d16
1 file changed
pkg/driver_cryptocell_310/Makefile
@@ -6,7 +6,6 @@ PKG_DIR_NAME = nRF5_SDK
6
PKG_EXT = zip
7
PKG_LICENSE = ARM Object Code and Header Files License
8
PKG_SHA512 = cb610d724d27ef79c792511d8b889cbf2d411a3a391f5c740ea10b86139201b97eedf0c1edcf4d199c3fbd51e4cc5a4bd922c0c40d01e2f5359acd16a2b163e4
9
-PKG_MD5 = 024efaa45cf2294a60f6308caba28e6e
10
11
PKG_SOURCE_DIR ?= $(PKGDIRBASE)/$(PKG_NAME)
12
PKG_ZIP_DIR = $(PKGDIRBASE)/$(PKG_DIR_NAME)_$(PKG_VERSION)
@@ -35,7 +34,7 @@ $(PKG_SOURCE_DIR)/: $(PKG_ZIPFILE)
35
34
36
$(PKG_ZIPFILE):
37
$(QQ)mkdir -p $(PKGDIRBASE)
38
- $(Q)$(DOWNLOAD_TO_FILE) $@ $(PKG_ZIP_URL) $(PKG_MD5)
+ $(Q)$(DOWNLOAD_TO_FILE) $@ $(PKG_ZIP_URL) $(PKG_SHA512)
39
40
clean::
41
rm -rf $(PKG_SOURCE_DIR)
0 commit comments