From f8be06e9562ea149643e317cc5126989e1e0447a Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Mon, 27 Mar 2017 21:20:23 +0200 Subject: [PATCH] mmc-utils: upgrade to latest revision Signed-off-by: Michael Heimpold --- utils/mmc-utils/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/mmc-utils/Makefile b/utils/mmc-utils/Makefile index 9e1d70ec9..f8bebc7a5 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-09-11-$(PKG_SOURCE_VERSION) -PKG_RELEASE:=2 +PKG_VERSION=2017-03-20-$(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:=2cb6695e8dec00d887bdd5309d1b57d836fcd214 +PKG_SOURCE_VERSION:=37c86e60c0442fef570b75cd81aeb1db4d0cbafd PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz