From f02b9fa526ed3c360fc2a3b3f6a646f3cd0db0b0 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 11 Jan 2021 10:44:35 +0100 Subject: Add feature to mark a source entry as manual download This patch adds a feature where a source entry in a package can be marked for manual download. This gives us the ability to mask downloads which are hidden behind cruel JavaScript bullshit bloat where a `curl` cannot access the remote file. Signed-off-by: Matthias Beyer Signed-off-by: Matthias Beyer --- examples/packages/1/repo/pkg.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/packages/1/repo/pkg.toml b/examples/packages/1/repo/pkg.toml index a752855..1ad8345 100644 --- a/examples/packages/1/repo/pkg.toml +++ b/examples/packages/1/repo/pkg.toml @@ -6,6 +6,7 @@ patches = [] [sources.src] hash.type = "sha1" +download_manually = false [dependencies] build = [] -- cgit v1.2.3