From 4e402c86858cfc1f039153a546178ecae4950f3e Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Tue, 28 Jun 2016 22:55:35 +0200 Subject: [PATCH] mmc-utils: upgrade to latest revision Signed-off-by: Michael Heimpold --- utils/mmc-utils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/mmc-utils/Makefile b/utils/mmc-utils/Makefile index 41ff26c56c..641dd2916d 100644 --- a/utils/mmc-utils/Makefile +++ b/utils/mmc-utils/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mmc-utils -PKG_VERSION=2016-05-20-$(PKG_SOURCE_VERSION) +PKG_VERSION=2016-06-28-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git -PKG_SOURCE_VERSION:=bb779acfc385d135b32a6998c1d1fceef0491400 +PKG_SOURCE_VERSION:=a3d3331e6854a4607133bed152988d51250107ca PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz