[Buildroot] [git commit] package/can-utils: bump to version 2021.06.0
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Date: 2021-07-15 21:14:42
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=9f7ce8e5cdbff7d5abdc04ef5f1c7d1684025d41 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Francois Perrad <redacted> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> --- package/can-utils/can-utils.hash | 2 +- package/can-utils/can-utils.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/can-utils/can-utils.hash b/package/can-utils/can-utils.hash
index e3ff2c9dda..145d0a33e5 100644
--- a/package/can-utils/can-utils.hash
+++ b/package/can-utils/can-utils.hash@@ -1,4 +1,4 @@ # Locally computed -sha256 c5c22a00ce2ea7578d7617ac0affef8f47a349be58e708780d703b979f324a2b can-utils-2020.12.0.tar.gz +sha256 f7874457224c89f8b2eb55ab741935ddb7f1c9bc52de2642330b0799f89d1040 can-utils-2021.06.0.tar.gz sha256 c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c LICENSES/BSD-3-Clause sha256 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91 LICENSES/GPL-2.0-only.txt
diff --git a/package/can-utils/can-utils.mk b/package/can-utils/can-utils.mk
index 8beb672ec2..1e7add0556 100644
--- a/package/can-utils/can-utils.mk
+++ b/package/can-utils/can-utils.mk@@ -4,7 +4,7 @@ # ################################################################################ -CAN_UTILS_VERSION = 2020.12.0 +CAN_UTILS_VERSION = 2021.06.0 CAN_UTILS_SITE = $(call github,linux-can,can-utils,v$(CAN_UTILS_VERSION)) CAN_UTILS_LICENSE = BSD-3-Clause or GPL-2.0 CAN_UTILS_LICENSE_FILES = LICENSES/BSD-3-Clause LICENSES/GPL-2.0-only.txt