diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-28 14:52:10 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-28 14:52:10 +0000 |
commit | 83f6cc219f1df40b14e3194c80f7df5fdac61fc1 (patch) | |
tree | d51710e7ffb6412130d6e631396bf7d682c638f3 /sub/dropbear/Makefile | |
parent | 05f07a4b8c4c3d72cd582e24fcb862518d32e4c9 (diff) | |
download | lh-bootstrap-83f6cc219f1df40b14e3194c80f7df5fdac61fc1.tar.xz |
Update to new versions (first part)
Diffstat (limited to 'sub/dropbear/Makefile')
-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 a004743..9a36173 100644 --- a/sub/dropbear/Makefile +++ b/sub/dropbear/Makefile @@ -1,5 +1,5 @@ -DROPBEAR_VERSION ?= 2019.78 +DROPBEAR_VERSION ?= 2020.81 DROPBEAR_CONF_STATIC := $(if $(filter true,$(BUILD_HOST_STATIC)),--enable-static,) DROPBEAR_MAKE_STATIC := $(if $(filter true,$(BUILD_HOST_STATIC)),-static,) |