summaryrefslogtreecommitdiffstats
path: root/openwrt/package/dropbear/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-20 13:55:42 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-20 13:55:42 +0000
commit3e9e71c0a11946a68c2713fc982c93fb9dbf200f (patch)
tree971c2a59122063d1c72d4b17dc795a909cd34a0e /openwrt/package/dropbear/Makefile
parentb4431f55071c13fb1378aeb05884120678180a80 (diff)
update dropbear to new upstream release (v0.46)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2195 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/dropbear/Makefile')
-rw-r--r--openwrt/package/dropbear/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/dropbear/Makefile b/openwrt/package/dropbear/Makefile
index 72697be19..e7144a60d 100644
--- a/openwrt/package/dropbear/Makefile
+++ b/openwrt/package/dropbear/Makefile
@@ -3,9 +3,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=dropbear
-PKG_VERSION:=0.45
-PKG_RELEASE:=4
-PKG_MD5SUM:=2bcc46e4c239aec982bf36a723dd0b0e
+PKG_VERSION:=0.46
+PKG_RELEASE:=1
+PKG_MD5SUM:=f0e535a62b57e5bde9ecba4a11402178
PKG_SOURCE_URL:=http://matt.ucc.asn.au/dropbear/releases/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2