diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-04-04 13:51:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-04-04 13:51:01 +0000 |
commit | cc1177317478e45f55012b9408bdda0c8828e7b6 (patch) | |
tree | d0710b449c985b577426397b377442d472302309 /sub/dropbear | |
parent | cd2f9cce420ea9328d08ace958dc706cc2141ae3 (diff) | |
download | lh-bootstrap-cc1177317478e45f55012b9408bdda0c8828e7b6.tar.xz |
... without being an idiot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub/dropbear')
-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 93f2a39..6d52952 100644 --- a/sub/dropbear/Makefile +++ b/sub/dropbear/Makefile @@ -1,5 +1,5 @@ -# DROPBEAR_VERSION ?= 2024.84 +DROPBEAR_VERSION ?= 2024.84 # DROPBEAR_VERSION ?= 2020.81 # previous working version DROPBEAR_SITE := https://mirror.dropbear.nl/mirror/releases # DROPBEAR_SITE := https://matt.ucc.asn.au/dropbear/releases |