aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-02-10 13:29:04 +0000
committerLaurent Bercot <ska@appnovation.com>2023-02-10 13:29:04 +0000
commitb30d4de9db9bdadd75110e901d578e23e40c91f7 (patch)
treed8aa19af634cc4ab4a3645f67223b264427f0a27
parentf3f8d9e32f8157a1d774ff912c6df0b51524cb2c (diff)
downloadlh-bootstrap-b30d4de9db9bdadd75110e901d578e23e40c91f7.tar.xz
Correct dl site for dropbear
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--sub/dropbear/Makefile2
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 $@