diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-10 13:29:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-10 13:29:04 +0000 |
commit | b30d4de9db9bdadd75110e901d578e23e40c91f7 (patch) | |
tree | d8aa19af634cc4ab4a3645f67223b264427f0a27 /sub | |
parent | f3f8d9e32f8157a1d774ff912c6df0b51524cb2c (diff) | |
download | lh-bootstrap-b30d4de9db9bdadd75110e901d578e23e40c91f7.tar.xz |
Correct dl site for dropbear
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub')
-rw-r--r-- | sub/dropbear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/dropbear/Makefile b/sub/dropbear/Makefile index 75b6563..83bbf6e 100644 --- a/sub/dropbear/Makefile +++ b/sub/dropbear/Makefile @@ -9,7 +9,7 @@ clean-dropbear: $(OUTPUT)/sources/dropbear-$(DROPBEAR_VERSION).tar.bz2: | $(OUTPUT)/tmp/.lh_prepared $(OUTPUT)/build-build/.lh_skarnet_installed - exec setuidgid $(NORMALUSER) cd $(OUTPUT)/sources wget https://dropbear.nl/mirror/dropbear-$(DROPBEAR_VERSION).tar.bz2 + exec setuidgid $(NORMALUSER) cd $(OUTPUT)/sources wget https://matt.ucc.asn.au/dropbear/releases/dropbear-$(DROPBEAR_VERSION).tar.bz2 $(OUTPUT)/build-$(TRIPLE)/.lh_dropbear_dled: $(OUTPUT)/sources/dropbear-$(DROPBEAR_VERSION).tar.bz2 | $(OUTPUT)/build-build/.lh_skarnet_installed exec setuidgid $(NORMALUSER) s6-touch $@ |