mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
* 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
26 lines
861 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|