diff options
Diffstat (limited to 'sub/dropbear')
| -rw-r--r-- | sub/dropbear/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sub/dropbear/Makefile b/sub/dropbear/Makefile index dddc6c4..8b4f6e8 100644 --- a/sub/dropbear/Makefile +++ b/sub/dropbear/Makefile @@ -1,7 +1,6 @@ -#DROPBEAR_VERSION ?= 2024.84 -DROPBEAR_VERSION ?= 2024.85 -# DROPBEAR_VERSION ?= 2020.81 # previous working version +DROPBEAR_VERSION ?= 2025.87 +# DROPBEAR_VERSION ?= 2024.85 # previous working version 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,) |
