diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-02 07:27:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-02 09:04:00 +0200 |
commit | c93e0855cea14222db1c98f4bef4fe08ae0d44a4 (patch) | |
tree | 88f7c6c8f3642c035bfc8cb2c49f1d18d5fae74c | |
parent | e7d96729a0e1636b7825ffa531efb9ddea1487a7 (diff) |
busybox: update to 1.24.2
-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 4ea2f5d27..c34ae8605 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= busybox -PKG_VERSION:= 1.24.1 +PKG_VERSION:= 1.24.2 PKG_RELEASE:= 1 -PKG_HASH:= 37d03132cc078937360b392170b7a1d0e5b322eee9f57c0b82292a8b1f0afe3d +PKG_HASH:= e71ef53ec656f31c42633918d301405d40dea1d97eca12f272217ae4a971c855 PKG_DESCR:= core utilities for embedded systems PKG_SECTION:= base/apps PKG_URL:= http://www.busybox.net/ |