summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2016-09-20 22:55:19 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2016-09-20 22:56:47 +0200
commit7b472f7c2129ffc0b17eba30e65c9253bb5be4bf (patch)
tree02b9ee546e2329e3ba63abf8473f935846ddf0e6 /package
parente59bbb6fe24f5962eaf3f3322dbc1719e79073cb (diff)
downloadmaster-31e0f0ae-7b472f7c2129ffc0b17eba30e65c9253bb5be4bf.tar.gz
master-31e0f0ae-7b472f7c2129ffc0b17eba30e65c9253bb5be4bf.tar.bz2
master-31e0f0ae-7b472f7c2129ffc0b17eba30e65c9253bb5be4bf.zip
busybox: fix md5sum
The md5sum was not updated in commit 06fa1c46fc3 "busybox: update to version 1.25.0" Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package')
-rw-r--r--package/utils/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index a50f3aa171..2fef149545 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -15,7 +15,7 @@ PKG_FLAGS:=essential
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://www.busybox.net/downloads \
http://distfiles.gentoo.org/distfiles/
-PKG_MD5SUM:=2eaae519cac1143bcf583636a745381f
+PKG_MD5SUM:=b05af9645076f75429a8683f8afcbdb3
PKG_BUILD_DEPENDS:=BUSYBOX_USE_LIBRPC:librpc BUSYBOX_CONFIG_PAM:libpam
PKG_BUILD_PARALLEL:=1