diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-14 16:24:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-14 16:24:56 +0000 |
commit | 3c532122ecf0ae17bd63acbb973f73cfb2eff48d (patch) | |
tree | 336bbe94b78c097f9df19314371f1237479d8523 /package/dropbear/Makefile | |
parent | e7e7910bc46758f0632e4428c99e219a23366757 (diff) | |
download | upstream-3c532122ecf0ae17bd63acbb973f73cfb2eff48d.tar.gz upstream-3c532122ecf0ae17bd63acbb973f73cfb2eff48d.tar.bz2 upstream-3c532122ecf0ae17bd63acbb973f73cfb2eff48d.zip |
update dropbear to 0.45
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@371 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dropbear/Makefile')
-rw-r--r-- | package/dropbear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index 83558a33c2..50031300b9 100644 --- a/package/dropbear/Makefile +++ b/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) |