From 692ee8cf18d098608ae6c4294eceeee1605d974c Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 3 Apr 2015 16:32:48 +0200 Subject: [PATCH] mmc-utils: bump to 2015-03-25 snapshot Signed-off-by: Daniel Golle --- 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 a5c425b6a..ca8549363 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=2015-03-06-$(PKG_SOURCE_VERSION) -PKG_RELEASE:=2 +PKG_VERSION=2015-03-25-$(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:=f4eb241519f8d500ce6068a70d2389be39ac5189 +PKG_SOURCE_VERSION:=50b68547ad895803128519af71c31b9f14bfc791 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz