diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-24 05:14:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-24 05:14:13 +0100 |
commit | f5a32ccc8db573d377e491105bdb95f36c0ad977 (patch) | |
tree | 0985dee1ddd709b6846b6628dc0aca020845b37a /package/busybox/Makefile | |
parent | 9d558ab93a7d672f4fcf9c5c1bdd123005355b5d (diff) |
busybox: update to 1.26.2
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 42224adec..686b625c9 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= busybox -PKG_VERSION:= 1.26.0 +PKG_VERSION:= 1.26.2 PKG_RELEASE:= 1 -PKG_HASH:= 3ad227375ee870d529007f6ce83f173b8bd5a37df624ecb460295554261c0f4c +PKG_HASH:= da3e44913fc1a9c9b7c5337ea5292da518683cbff32be630777f565d6036af16 PKG_DESCR:= core utilities for embedded systems PKG_SECTION:= base/apps PKG_URL:= http://www.busybox.net/ |