aboutsummaryrefslogtreecommitdiffstats
path: root/sub/dropbear
diff options
context:
space:
mode:
Diffstat (limited to 'sub/dropbear')
-rw-r--r--sub/dropbear/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sub/dropbear/Makefile b/sub/dropbear/Makefile
index 2e38719..c120303 100644
--- a/sub/dropbear/Makefile
+++ b/sub/dropbear/Makefile
@@ -1,6 +1,5 @@
-DROPBEAR_VERSION ?= 2026.90
-# DROPBEAR_VERSION ?= 2024.85 # previous working version
+DROPBEAR_VERSION ?= 2026.91
DROPBEAR_SITE := https://mirror.dropbear.nl/mirror/releases
# DROPBEAR_SITE := https://matt.ucc.asn.au/dropbear/releases
DROPBEAR_CONF_STATIC := $(if $(filter true,$(TARGET_STATIC)),--enable-static,)