Commit 49ef666
committed
fix(release): handle ripgrep Windows checksum file format
The Windows .sha256 files use 'SHA256(filename) = hash' format instead of
standard 'hash filename'. Use grep -oE to extract the 64-char hex hash
directly, which works for both formats.1 parent 1bd3cfe commit 49ef666
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
276 | 280 | | |
277 | 281 | | |
278 | 282 | | |
| |||
0 commit comments