home: hub: hare-crc32

Download patch

ref: fdb251d1136d8b8a92c520fc0bf6ae7adbcfe154
parent: 0c33bde5b462f99eb2621bcca0efe5298580c5b6
author: grobe0ba <grobe0ba@tcp80.org>
date: Sun May 5 14:55:40 CDT 2024

hare update

--- a/cmd/tblgen/crctbl.ha
+++ b/cmd/tblgen/crctbl.ha
@@ -78,7 +78,7 @@
 			fmt::printf("\n   ")!;
 			col = 0;
 		};
-		fmt::printf(" 0x{:08x},", t[i])!;
+		fmt::printf(" 0x{:_08x},", t[i])!;
 		col += 12;
 	};