diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-11-09 17:55:06 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-11-09 17:55:06 +0000 |
commit | 774f6c21607020cb9795256c78cb1d42a677bf47 (patch) | |
tree | 88d063dc2e6e84b511461f54eccbcbd1e8cecba7 /package/busybox/Makefile | |
parent | 45cc45cac55657e10b70b497b253557d433ce102 (diff) | |
download | upstream-774f6c21607020cb9795256c78cb1d42a677bf47.tar.gz upstream-774f6c21607020cb9795256c78cb1d42a677bf47.tar.bz2 upstream-774f6c21607020cb9795256c78cb1d42a677bf47.zip |
upgrade busybox to 1.11.3
SVN-Revision: 13160
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 4 |
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 |