From cb18f3a74a49a62119857ce1ab712ff4528a1d3d Mon Sep 17 00:00:00 2001 From: Titouan Christophe via buildroot Date: Mon, 31 Aug 2026 16:05:30 +0200 Subject: [PATCH] package/vim: fix hash for README.txt Buildroot commit 297f6f1921960c1735bca34b5a80138e2a8261f4 updated vim. However README.txt (used as part of the license hash check) has been updated upstream in [1], without any corresponding hash change in Buildroot, leading to build failure. Fixes: https://gitlab.com/buildroot.org/buildroot/-/work_items/189 NB: This also affects 2025.02.x & 2026.05.x, so this patch should be applied there too. [1] https://github.com/vim/vim/commit/e7e21018fc0b60c153c8e668f696d95e574cc5a4 Signed-off-by: Titouan Christophe Signed-off-by: Fiona Klute --- package/vim/vim.hash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/vim/vim.hash b/package/vim/vim.hash index 57aa3dd49d..ec3e92aaa0 100644 --- a/package/vim/vim.hash +++ b/package/vim/vim.hash @@ -2,4 +2,4 @@ sha256 9b90b23241007b20ba89b7b00e6202008f4ff5b5278974d42aa199867c2eada5 vim-9.2.0943.tar.gz sha256 0b3f1f330cb1b179bb17c7c687d4cec601e0aa3462bc7f890ad4c3888d37d720 LICENSE -sha256 ee1d0885bbc4a95a24e49873a075391bdf26b69d13758e30f3d9271f8f42bd2d README.txt +sha256 1e9afcb6b83c11af081b6ff7873861895819c7bacfc8d2ea53972a532c622868 README.txt