Extras/bucket/goldendict.json
2026-05-27 11:54:25 +00:00

44 lines
1.5 KiB
JSON

{
"version": "1.5.1",
"description": "A feature-rich dictionary lookup program",
"homepage": "https://github.com/goldendict/goldendict",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/goldendict/goldendict/releases/download/1.5.1/GoldenDict-1.5.1_.QT_5123.64bit.7z",
"hash": "a8102e777e6aa63b84a1ab4f398536aed90c677b542d4f52b1b2c4fdcbf7dc2c"
},
"32bit": {
"url": "https://github.com/goldendict/goldendict/releases/download/1.5.1/GoldenDict-1.5.1_.QT_5123.7z",
"hash": "82c4017a31e3b038eb9517a712602fc94c96d74c7494dc41265404861b629622"
}
},
"extract_dir": "GoldenDict",
"bin": "GoldenDict.exe",
"shortcuts": [
[
"GoldenDict.exe",
"GoldenDict"
]
],
"persist": [
"portable",
"content"
],
"checkver": {
"github": "https://api.github.com/repos/goldendict/goldendict/releases",
"jsonpath": "$[*].assets[*].browser_download_url",
"regex": "GoldenDict-([\\d.]+)_\\.QT_(?<build>[\\d]+)\\.64bit\\.7z"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/goldendict/goldendict/releases/download/$version/GoldenDict-$version_.QT_$matchBuild.64bit.7z"
},
"32bit": {
"url": "https://github.com/goldendict/goldendict/releases/download/$version/GoldenDict-$version_.QT_$matchBuild.7z"
}
}
}
}