mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-17 22:32:31 -05:00
fix: resolve truncated md5 in batocera scraper
Batocera upstream has a truncated 29-char MD5 for zx48.rom. The scraper now resolves truncated hashes via prefix match against database.json, preventing schema validation failures.
This commit is contained in:
@@ -3184,7 +3184,7 @@ systems:
|
||||
- name: zx48.rom
|
||||
destination: zx48.rom
|
||||
required: true
|
||||
md5: 4c42a2f075212361c3117015b107f
|
||||
md5: 4c42a2f075212361c3117015b107ff68
|
||||
- name: ep64.zip
|
||||
destination: ep64.zip
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user