summaryrefslogtreecommitdiffstats
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-11-09 17:55:06 +0000
committerNicolas Thill <nico@openwrt.org>2008-11-09 17:55:06 +0000
commit774f6c21607020cb9795256c78cb1d42a677bf47 (patch)
tree88d063dc2e6e84b511461f54eccbcbd1e8cecba7 /package/busybox/Makefile
parent45cc45cac55657e10b70b497b253557d433ce102 (diff)
downloadmaster-31e0f0ae-774f6c21607020cb9795256c78cb1d42a677bf47.tar.gz
master-31e0f0ae-774f6c21607020cb9795256c78cb1d42a677bf47.tar.bz2
master-31e0f0ae-774f6c21607020cb9795256c78cb1d42a677bf47.zip
upgrade busybox to 1.11.3
SVN-Revision: 13160
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 9cc89d3841..2f97794261 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -9,13 +9,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=busybox
-PKG_VERSION:=1.11.2
+PKG_VERSION:=1.11.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.busybox.net/downloads \
http://distfiles.gentoo.org/distfiles/
-PKG_MD5SUM:=63f11148e09fe9844fa726061414e9ac
+PKG_MD5SUM:=4355ad8bb57ce3b39ad827566c1a6da3
include $(INCLUDE_DIR)/package.mk