From 432aef053e6471ec8570b31aecbd8377bb666053 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Fri, 16 May 2025 18:36:42 +0200 Subject: [PATCH] package/{rust,rust-bin}: fix license The bump of rust and rust-bin from 1.82 to 1.86 in commit 072f3bc8c61bd68ed75eb4419f938f718c79ac3f forgot to update the hash of the license files. The LICENSE-MIT file has changed with the following diff: +Copyright (c) The Rust Project Contributors + So no change to the license terms. Fixes: https://autobuild.buildroot.net/results/382489b3f5c931451bead7e232af07b70c3e29bb/ Signed-off-by: Thomas Petazzoni --- package/rust-bin/rust-bin.hash | 2 +- package/rust/rust.hash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/rust-bin/rust-bin.hash b/package/rust-bin/rust-bin.hash index d5a3c02071..ca7a4fe894 100644 --- a/package/rust-bin/rust-bin.hash +++ b/package/rust-bin/rust-bin.hash @@ -67,4 +67,4 @@ sha256 67be7184ea388d8ce0feaf7fdea46f1775cfc2970930264343b3089898501d37 rust-s sha256 8313c108da105181d27a5a0190ab46d1ac5b3e32bb5b2e7e0a41b7b5d353cba6 rust-std-1.86.0-x86_64-unknown-linux-musl.tar.xz # Locally generated sha256 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a LICENSE-APACHE -sha256 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3 LICENSE-MIT +sha256 b71bd43a069ca0641a9ecfe585ca7b3c53b5cc1608f8b68321168698e28b5ea1 LICENSE-MIT diff --git a/package/rust/rust.hash b/package/rust/rust.hash index bfccc2502a..314d1aff5e 100644 --- a/package/rust/rust.hash +++ b/package/rust/rust.hash @@ -5,4 +5,4 @@ sha256 d939eada065dc827a9d4dbb55bd48533ad14c16e7f0a42e70147029c82a7707b rustc-1.86.0-src.tar.xz # Locally generated sha256 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a LICENSE-APACHE -sha256 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3 LICENSE-MIT +sha256 b71bd43a069ca0641a9ecfe585ca7b3c53b5cc1608f8b68321168698e28b5ea1 LICENSE-MIT