forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
darktable.json
32 lines (32 loc) · 1.12 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
28
29
30
31
32
{
"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",
"version": "2.4.4",
"url": "https://github.com/darktable-org/darktable/releases/download/release-2.4.4/darktable-2.4.4-win64.exe",
"hash": "3763d681de4faa515049daf3dae62ee21812e8c6c206ea7a246a36c0341eca8c",
"bin": "bin\\darktable.exe",
"installer": {
"args": [
"/S",
"/D=$dir"
]
},
"uninstaller": {
"file": "Uninstall.exe",
"args": [
"/S"
]
},
"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.exe",
"hash": {
"url": "https://github.com/darktable-org/darktable/releases/latest",
"find": "([a-fA-F0-9]+)\\s+(?:\\./|\\*)?(?:darktable-[\\w\\d.\\-]+.exe)(\\s[\\d]+)?"
}
}
}