forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LosslessCut.json
38 lines (38 loc) · 1.38 KB
/
LosslessCut.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
37
38
{
"homepage": "https://github.com/mifi/lossless-cut",
"version": "1.8.0",
"license": "https://github.com/mifi/lossless-cut/blob/master/LICENSE",
"architecture": {
"64bit": {
"url": "https://github.com/mifi/lossless-cut/releases/download/v1.8.0/LosslessCut-win32-x64.zip",
"hash": "dd48b9ef51afca238b650af4d3c3db8748724a63101b9e894dd53c0f3544aa32",
"extract_dir": "LosslessCut-win32-x64"
},
"32bit": {
"url": "https://github.com/mifi/lossless-cut/releases/download/v1.8.0/LosslessCut-win32-ia32.zip",
"hash": "0cdd704ef9212e87a3af0df9e8fc6d1094228b7973a7bb0af918dd007d0839d3",
"extract_dir": "LosslessCut-win32-ia32"
}
},
"shortcuts": [
[
"LosslessCut.exe",
"LosslessCut"
]
],
"checkver": {
"github": "https://github.com/mifi/lossless-cut"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mifi/lossless-cut/releases/download/v$version/LosslessCut-win32-x64.zip",
"extract_dir": "LosslessCut-win32-x64"
},
"32bit": {
"url": "https://github.com/mifi/lossless-cut/releases/download/v$version/LosslessCut-win32-ia32.zip",
"extract_dir": "LosslessCut-win32-ia32"
}
}
}
}