From da77020c8ecc742b84fef007355b6719bb6e0f6b Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Wed, 31 Jul 2024 21:59:23 +0200 Subject: [PATCH] package/imx-mkimage: bump to version lf-6.6.23-2.0.0 For change log, see: https://github.com/nxp-imx/imx-mkimage/compare/lf-6.1.22-2.0.0...lf-6.6.23-2.0.0 Note: the Buildroot package version name before this commit was "lf-6.6.3_1.0.0" (with an underscore "_"), which was in fact a branch git reference. See: https://github.com/nxp-imx/imx-mkimage/tree/lf-6.6.3_1.0.0 It should have been the tag name "lf-6.6.3-1.0.0" (with the dash "-"). See: https://github.com/nxp-imx/imx-mkimage/releases/tag/lf-6.6.3-1.0.0 This commit fixes this issue by updating to a new git tag reference. Signed-off-by: Julien Olivain Signed-off-by: Thomas Petazzoni --- package/imx-mkimage/imx-mkimage.hash | 2 +- package/imx-mkimage/imx-mkimage.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/imx-mkimage/imx-mkimage.hash b/package/imx-mkimage/imx-mkimage.hash index 3161d66ad2..02205def1e 100644 --- a/package/imx-mkimage/imx-mkimage.hash +++ b/package/imx-mkimage/imx-mkimage.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 48e7bad4a49e693415418859bb0330b63938a77bbb12660bc64761a5daa915c9 imx-mkimage-lf-6.6.3_1.0.0.tar.gz +sha256 0a5654229c063e4e87b5d69f47a4a913ecee51f8a817ae2346a2a407e765ed3b imx-mkimage-lf-6.6.23-2.0.0.tar.gz sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c LICENSE diff --git a/package/imx-mkimage/imx-mkimage.mk b/package/imx-mkimage/imx-mkimage.mk index a82854eb6e..f7396ba1b2 100644 --- a/package/imx-mkimage/imx-mkimage.mk +++ b/package/imx-mkimage/imx-mkimage.mk @@ -4,7 +4,7 @@ # ################################################################################ -IMX_MKIMAGE_VERSION = lf-6.6.3_1.0.0 +IMX_MKIMAGE_VERSION = lf-6.6.23-2.0.0 IMX_MKIMAGE_SITE = $(call github,nxp-imx,imx-mkimage,$(IMX_MKIMAGE_VERSION)) IMX_MKIMAGE_LICENSE = GPL-2.0+ IMX_MKIMAGE_LICENSE_FILES = LICENSE