manifest-schema: Rename ManifestDownloadInfo::checksum to hash to reduce

manifest size

Before:
```
wc -c manifests/* | grep total
2808686 total
```

After:
```
wc -c manifests/* | grep total
2748178 total
```
This commit is contained in:
Taiki Endo
2026-03-21 03:42:14 +09:00
parent 9089010789
commit 7df5094d28
86 changed files with 15135 additions and 15131 deletions

File diff suppressed because it is too large Load Diff