diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-05-11 23:31:41 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-07-13 15:31:13 +0200 |
| commit | d02ea53f8fb730bfd845c947c19947fe1fd0804f (patch) | |
| tree | 1ec98db57209526177528d1535338f0ad59efc63 /contrib/depends/Makefile | |
| parent | 4b09587093ec06205c64226edcf0d24b8a8679ad (diff) | |
initial rust toolchain
Diffstat (limited to 'contrib/depends/Makefile')
| -rw-r--r-- | contrib/depends/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile index 7e9f0f4..2850eaf 100644 --- a/contrib/depends/Makefile +++ b/contrib/depends/Makefile @@ -8,7 +8,7 @@ BUILD = $(shell ./config.guess) HOST ?= $(BUILD) PATCHES_PATH = $(BASEDIR)/patches BASEDIR = $(CURDIR) -HASH_LENGTH:=11 +HASH_LENGTH:=16 DOWNLOAD_CONNECT_TIMEOUT:=30 DOWNLOAD_RETRIES:=5 HOST_ID_SALT ?= salt |
