diff options
author | Daniel Golle <daniel@makrotopia.org> | 2015-04-03 16:32:48 +0200 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2015-04-03 22:17:48 +0200 |
commit | 692ee8cf18d098608ae6c4294eceeee1605d974c (patch) | |
tree | 9a6f39ee9b93df2bf621603ac8385055c263415a /utils/mmc-utils | |
parent | 360122ed5d417d6bb820bb07fe5f007950a8ad65 (diff) |
mmc-utils: bump to 2015-03-25 snapshot
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'utils/mmc-utils')
-rw-r--r-- | utils/mmc-utils/Makefile | 6 |
1 files 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 |