From b129fabe46fdcc5de3c5425ea20b6f52c102f874 Mon Sep 17 00:00:00 2001 From: Julian Noble Date: Fri, 24 Jul 2026 01:44:50 +1000 Subject: [PATCH] freebsd-x86_64/sha1sums.txt: convert to LF (CRLF broke unix punk-runtime fetch) The file was the repo's only CRLF text file (predating 4b403a3's LF-pinned generator, likely hand-made during the 82d212f misfile move). gitea serves blob bytes, so the fetched file's entries ended \r and the bash payload's line-anchored hash lookup on FreeBSD failed with "Unable to locate hash for tclkit-851-freebsd7-x86_64" despite the entry being present and its hash correct (verified against the artifact; build_sha1sums reports SAME for every artifact after the conversion). Assisted-by: harness=claude; primary-model=claude-fable-5; api-location=anthropic.com --- freebsd-x86_64/sha1sums.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freebsd-x86_64/sha1sums.txt b/freebsd-x86_64/sha1sums.txt index fa86c7d..a4476c5 100644 --- a/freebsd-x86_64/sha1sums.txt +++ b/freebsd-x86_64/sha1sums.txt @@ -1 +1 @@ -a08dd02077733a7c0efa733dcfc4990a2e989122 *tclkit-851-freebsd7-x86_64 +a08dd02077733a7c0efa733dcfc4990a2e989122 *tclkit-851-freebsd7-x86_64