-
Notifications
You must be signed in to change notification settings - Fork 9
/
delta.json
23 lines (23 loc) · 881 Bytes
/
delta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"version": "0.18.2",
"description": "A syntax-highlighter for git and diff output",
"homepage": "https://github.com/dandavison/delta",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/dandavison/delta/releases/download/0.18.2/delta-0.18.2-x86_64-pc-windows-msvc.zip",
"hash": "6ea59864091b4cfca89d9ee38388ff1a3ccdc8244b6e1cdd5201259de89b0b06",
"extract_dir": "delta-0.18.2-x86_64-pc-windows-msvc"
}
},
"bin": "delta.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dandavison/delta/releases/download/$version/delta-$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "delta-$version-x86_64-pc-windows-msvc"
}
}
}
}