-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmtn.json
28 lines (28 loc) · 980 Bytes
/
mtn.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
{
"version": "3.5.0",
"description": "Movie Thumbnailer - save thumbnails (screenshots) of movie or video files to image files.",
"homepage": "https://gitlab.com/movie_thumbnailer/mtn/wikis/home",
"license": "GPL-2.0-or-later",
"suggest": {
"ffmpeg": "ffmpeg"
},
"architecture": {
"64bit": {
"url": "https://bitbucket.org/wahibre/mtn/downloads/mtn-3.5.0-win64.zip",
"hash": "bbae09904f9e682885fa51cfaa3929112cd74505db910af68031b3086d9a1ce3",
"extract_dir": "mtn-win64"
}
},
"bin": "mtn.exe",
"checkver": {
"url": "https://bitbucket.org/wahibre/mtn/downloads/?tab=downloads",
"regex": "(?<filename>mtn-(?<version>(?:\\d+\\.)+\\d+)-win64\\.zip)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://bitbucket.org/wahibre/mtn/downloads/$matchFilename"
}
}
}
}