Commits

Peter Korsgaard committed 3e06e4cec64
DOWNLOAD: don't use := assignment for function implementation := causes the function parameters to get evaluated at definition time instead of implementation time, which is kind of silly for a function. Fixes make source-check / external-deps