forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kdenlive-nightly.json
33 lines (33 loc) · 1.08 KB
/
kdenlive-nightly.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
{
"version": "1249",
"description": "Video editing software based on the MLT Framework, KDE and Qt",
"homepage": "https://kdenlive.org",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://binary-factory.kde.org/job/Kdenlive_Nightly_mingw64/lastSuccessfulBuild/artifact/kdenlive-master-1249-windows-mingw_64-gcc.7z",
"hash": "82d121cef437b0f060e3a9493fd5fcbe4e59da0f6df941ea0699b33ce841df8e"
}
},
"bin": "bin\\kdenlive.exe",
"shortcuts": [
[
"bin\\kdenlive.exe",
"Kdenlive Nightly"
]
],
"checkver": {
"url": "https://binary-factory.kde.org/job/Kdenlive_Nightly_mingw64/",
"regex": "kdenlive-master-(\\d+)-windows"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://binary-factory.kde.org/job/Kdenlive_Nightly_mingw64/lastSuccessfulBuild/artifact/kdenlive-master-$version-windows-mingw_64-gcc.7z"
}
},
"hash": {
"url": "$url.sha256"
}
}
}