diff options
Diffstat (limited to 'openwrt/package/dropbear/Makefile')
-rw-r--r-- | openwrt/package/dropbear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/dropbear/Makefile b/openwrt/package/dropbear/Makefile index 83558a33c..50031300b 100644 --- a/openwrt/package/dropbear/Makefile +++ b/openwrt/package/dropbear/Makefile @@ -5,7 +5,7 @@ ############################################################# include $(TOPDIR)/rules.mk -DROPBEAR_VERSION:=0.44 +DROPBEAR_VERSION:=0.45 DROPBEAR_SOURCE:=dropbear-$(DROPBEAR_VERSION).tar.bz2 DROPBEAR_SITE:=http://matt.ucc.asn.au/dropbear/releases/ DROPBEAR_DIR:=$(BUILD_DIR)/dropbear-$(DROPBEAR_VERSION) |