From: Guilherme G. Piccoli Date: Mon, 17 Jul 2017 20:19:45 +0000 (-0300) Subject: nvme-cli: bump to version 1.3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a91b72753b102b1b567196f7f2e661f9d53a711b;p=buildroot.git nvme-cli: bump to version 1.3 nvme-cli had many bugfixes and improvements over the releases. Buildroot still has version 0.3, so this patch bumps it to the latest upstream release, version 1.3. Signed-off-by: Guilherme G. Piccoli Signed-off-by: Thomas Petazzoni --- diff --git a/package/nvme/nvme.hash b/package/nvme/nvme.hash index b299041960..92e2bc0acb 100644 --- a/package/nvme/nvme.hash +++ b/package/nvme/nvme.hash @@ -1,2 +1,2 @@ # Locally computed: -sha256 c631e90dd4d411cdb618b26bc36b06706e6f1f2d3db38874bcfe48f4bc15aac4 nvme-v0.3.tar.gz +sha256 52eb45c9ef5a529580a3f6f9e02c067695675ac01b8ab8b8e0398c62e8a8646d nvme-v1.3.tar.gz diff --git a/package/nvme/nvme.mk b/package/nvme/nvme.mk index 66b3cef1de..27fbde2158 100644 --- a/package/nvme/nvme.mk +++ b/package/nvme/nvme.mk @@ -4,7 +4,7 @@ # ################################################################################ -NVME_VERSION = v0.3 +NVME_VERSION = v1.3 NVME_SITE = $(call github,linux-nvme,nvme-cli,$(NVME_VERSION)) NVME_LICENSE = GPL-2.0+ NVME_LICENSE_FILES = LICENSE