From 4bc4752860f50dfeb79c072ac47c8841bbc46456 Mon Sep 17 00:00:00 2001 From: Bruno Randolf Date: Tue, 24 Nov 2020 08:51:53 +0000 Subject: [PATCH] dfu-util: Update to version 0.10 Signed-off-by: Bruno Randolf --- utils/dfu-util/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/dfu-util/Makefile b/utils/dfu-util/Makefile index d6900ab36..962839d1c 100644 --- a/utils/dfu-util/Makefile +++ b/utils/dfu-util/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dfu-util -PKG_VERSION:=0.9 -PKG_RELEASE:=2 +PKG_VERSION:=0.10 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) PKG_MAINTAINER:=Bruno Randolf -PKG_HASH:=36428c6a6cb3088cad5a3592933385253da5f29f2effa61518ee5991ea38f833 +PKG_HASH:=a03dc58dfc79c056819c0544b2a5970537566460102b3d82cfb038c60e619b42 PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING