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

View File

@@ -434,7 +434,7 @@ fn main() -> Result<()> {
download_info.insert(platform, ManifestDownloadInfo {
url: Some(url),
etag,
checksum: hash,
hash,
bin: base_download_info.bin.as_ref().or(base_info.bin.as_ref()).map(|s| {
s.map(|s| {
replace_vars(