forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdarktable.json
27 lines (27 loc) · 1.03 KB
/
darktable.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
{
"homepage": "https://www.darktable.org/",
"description": "Open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers",
"license": "GPL-3.0-only",
"version": "2.4.4",
"url": "https://github.com/darktable-org/darktable/releases/download/release-2.4.4/darktable-2.4.4-win64.zip",
"hash": "5dba3423b0889c69f723e378564e084878b20baf3996c349bfc9736bed815067",
"extract_dir": "darktable-2.4.4-win64",
"bin": "bin\\darktable.exe",
"shortcuts": [
[
"bin\\darktable.exe",
"darktable"
]
],
"checkver": {
"github": "https://github.com/darktable-org/darktable",
"re": "tree/release-([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/darktable-org/darktable/releases/download/release-$version/darktable-$version-win64.zip",
"extract_dir": "darktable-$version-win64",
"hash": {
"url": "https://github.com/darktable-org/darktable/releases/latest"
}
}
}