From 38c368e6f03f87314e5aba1a6b429670974b5309 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 6 Dec 2024 15:37:42 +0100 Subject: [PATCH] package/eza: bump version to 0.18.24 to fix compatibility issue with rust >= 1.80 Fixes: http://autobuild.buildroot.net/results/f41a92c22eee077183e7b7b84f8ec15f1900643b/ http://autobuild.buildroot.net/results/c660b7ac92e81d3ba203e345d37210dbdddd3994/ error[E0282]: type annotations needed for `Box<_>` --> /home/buildroot/instance-0/output-1/build/eza-0.18.22/VENDOR/time/src/format_description/parse/mod.rs:83:9 | 83 | let items = format_items | ^^^^^ ... 86 | Ok(items.into()) | ---- type must be known at this point | = note: this is an inference error on crate `time` caused by an API change in Rust 1.80.0; update `time` to version `>=0.3.35` by calling `cargo update` https://github.com/eza-community/eza/releases/tag/v0.18.24 Signed-off-by: Peter Korsgaard --- package/eza/eza.hash | 2 +- package/eza/eza.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/eza/eza.hash b/package/eza/eza.hash index 18d437abd1..408099e231 100644 --- a/package/eza/eza.hash +++ b/package/eza/eza.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 4ecb6221b28aaae309043b8403555eb6835de671c519c224a3807cea50f48001 eza-0.18.22-cargo2.tar.gz +sha256 65a0dc76c1976d7af72a628196022de71c787092da5c6d961a3fcee21f5d1d6f eza-0.18.24-cargo2.tar.gz sha256 2762990c7fbba9d550802a2593c1d857dcd52596bb0f9f192a97e9a7ac5f4f9e LICENCE diff --git a/package/eza/eza.mk b/package/eza/eza.mk index 79fd2d3633..4d23116504 100644 --- a/package/eza/eza.mk +++ b/package/eza/eza.mk @@ -4,7 +4,7 @@ # ################################################################################ -EZA_VERSION = 0.18.22 +EZA_VERSION = 0.18.24 EZA_SITE = $(call github,eza-community,eza,v$(EZA_VERSION)) EZA_LICENSE = MIT EZA_LICENSE_FILES = LICENCE