diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-06-16 13:24:11 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-06-16 13:24:11 +0000 |
commit | 3dc2c3bb4d4569ab3387934ce55cca9adda42eae (patch) | |
tree | 59db0c8fcfba666a8c67537f41ef2ec1a71f378b /package/busybox/Makefile | |
parent | 3e52d0529655eacc581dd1fa14553191f0fc9c1e (diff) | |
download | upstream-3dc2c3bb4d4569ab3387934ce55cca9adda42eae.tar.gz upstream-3dc2c3bb4d4569ab3387934ce55cca9adda42eae.tar.bz2 upstream-3dc2c3bb4d4569ab3387934ce55cca9adda42eae.zip |
package/busybox: update to 1.16.2 (bug fix release)
SVN-Revision: 21813
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 3a06ad0eac..aa51b17c8d 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.16.1 -PKG_RELEASE:=7 +PKG_VERSION:=1.16.2 +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:=319486ec65078d07fde26eb620fecde7 +PKG_MD5SUM:=2ba980f720a5bdce4ec05423519acc35 include $(INCLUDE_DIR)/package.mk |