Skip to content

Commit a30ce22

Browse files
committed
pkg/c25519: use dlcache for fetching zip archive
1 parent e0786a2 commit a30ce22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/c25519/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $(PKG_SOURCE_DIR)/: $(PKG_ZIPFILE)
2626

2727
$(PKG_ZIPFILE):
2828
$(QQ)mkdir -p $(PKGDIRBASE)
29-
$(Q)$(DOWNLOAD_TO_FILE) $@ $(PKG_ZIP_URL)
29+
$(Q)$(DOWNLOAD_TO_FILE) $@ $(PKG_ZIP_URL) $(PKG_SHA512)
3030

3131
clean::
3232
# Reset package to checkout state.

0 commit comments

Comments
 (0)