ScoopInstaller_Main/bucket/espeak-ng.json
scillidan 7ee0403d4f
espeak-ng: Update version to 1.52.0; Update architecture; Add extract_dir; Add env_set to fix bug (#7501)
* espeak-ng: Update version to 1.52.0; Update architecture; Add extract_dir; Add env_set to fix bug

* espeak-ng@1.52.0: Fix architecture field
2026-01-10 16:18:04 +11:00

26 lines
861 B
JSON

{
"version": "1.52.0",
"description": "An open source speech synthesizer that supports more than hundred languages and accents.",
"homepage": "https://github.com/espeak-ng/espeak-ng",
"license": "GPL-3.0 and 3 other licenses found",
"architecture": {
"64bit": {
"url": "https://github.com/espeak-ng/espeak-ng/releases/download/1.52.0/espeak-ng.msi",
"hash": "7F673C709EA5DD579D3B5EBB98688CC575328A6AB7438D2BC405B88CEDAEAFB9"
}
},
"extract_dir": "eSpeak NG",
"bin": "espeak-ng.exe",
"env_set": {
"ESPEAK_DATA_PATH": "$dir\\espeak-ng-data"
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/espeak-ng/espeak-ng/releases/download/$version/espeak-ng.msi"
}
}
}
}