Skip to content

Commit 7ee0403

Browse files
authored
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 * [email protected]: Fix architecture field
1 parent ed14b50 commit 7ee0403

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

bucket/espeak-ng.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
11
{
2-
"version": "1.51",
2+
"version": "1.52.0",
33
"description": "An open source speech synthesizer that supports more than hundred languages and accents.",
44
"homepage": "https://github.com/espeak-ng/espeak-ng",
55
"license": "GPL-3.0 and 3 other licenses found",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/espeak-ng/espeak-ng/releases/download/1.51/espeak-ng-X64.msi",
9-
"hash": "5368d9dab4e1371f35b2cdc4f4053e28060d450c3328038a783bdb9d2476e3bf"
10-
},
11-
"32bit": {
12-
"url": "https://github.com/espeak-ng/espeak-ng/releases/download/1.51/espeak-ng-X86.msi",
13-
"hash": "e73966dd050e84794169fe2cbe095fbfcb771c2b1f1ee5bae3fd3e3242438383"
8+
"url": "https://github.com/espeak-ng/espeak-ng/releases/download/1.52.0/espeak-ng.msi",
9+
"hash": "7F673C709EA5DD579D3B5EBB98688CC575328A6AB7438D2BC405B88CEDAEAFB9"
1410
}
1511
},
16-
"bin": "eSpeak NG\\espeak-ng.exe",
12+
"extract_dir": "eSpeak NG",
13+
"bin": "espeak-ng.exe",
14+
"env_set": {
15+
"ESPEAK_DATA_PATH": "$dir\\espeak-ng-data"
16+
},
1717
"checkver": "github",
1818
"autoupdate": {
1919
"architecture": {
2020
"64bit": {
21-
"url": "https://github.com/espeak-ng/espeak-ng/releases/download/$version/espeak-ng-X64.msi"
22-
},
23-
"32bit": {
24-
"url": "https://github.com/espeak-ng/espeak-ng/releases/download/$version/espeak-ng-X86.msi"
21+
"url": "https://github.com/espeak-ng/espeak-ng/releases/download/$version/espeak-ng.msi"
2522
}
2623
}
2724
}

0 commit comments

Comments
 (0)