generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
goldendict-ng.json
36 lines (36 loc) · 1.23 KB
/
goldendict-ng.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"version": "24.09.1-ca9dd133",
"description": "A feature-rich dictionary lookup program",
"homepage": "https://github.com/xiaoyifang/goldendict-ng",
"license": "GPL-3.0-only",
"url": "https://github.com/xiaoyifang/goldendict-ng/releases/download/v24.09.1-Release.ca9dd133/GoldenDict-ng-24.09.1-Qt6.7.2.7z",
"hash": "f27035307fc71068f3a11e9771659f4f526c1f3ae1d83f678fbd3a15d493d4ff",
"extract_dir": "GoldenDict-ng-24.09.1-Qt6.7.2",
"bin": [
[
"GoldenDict.exe",
"goldendict-ng.exe"
]
],
"shortcuts": [
[
"GoldenDict.exe",
"GoldenDict-ng"
]
],
"persist": [
"portable",
"content"
],
"checkver": {
"url": "https://api.github.com/repos/xiaoyifang/goldendict-ng/releases/latest",
"jsonpath": "$...browser_download_url",
"regex": "download/v([\\d.]+)-Release\\.(\\w+)/GoldenDict-ng-[\\d.]+-Qt([\\d.]+)\\.7z",
"reverse": true,
"replace": "$1-$2"
},
"autoupdate": {
"url": "https://github.com/xiaoyifang/goldendict-ng/releases/download/v$match1-Release.$match2/GoldenDict-ng-$match1-Qt$match3.7z",
"extract_dir": "GoldenDict-ng-$match1-Qt$match3"
}
}