mtn: Add version 3.3.1 (#193)

This commit is contained in:
Emil Sundin 2019-06-29 04:10:39 +02:00 committed by Chawye Hsu
parent 81d9b2845b
commit 2baa0f2889

21
bucket/mtn.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "3.3.1",
"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"
},
"url": "https://bitbucket.org/wahibre/mtn/downloads/mtn-3.3.1.FFmpeg4.1-win32.zip",
"hash": "685e6d054e4a05488f32bbeaa7e09c2373eba6beca18b2296259393d8b5c4ea0",
"extract_dir": "mtn-3.3.1",
"bin": "bin\\mtn.exe",
"checkver": {
"url": "https://bitbucket.org/wahibre/mtn/downloads/?tab=downloads",
"regex": "(?<filename>mtn-(?<version>[\\d.]+)\\.[\\w.-]*win32\\.zip)"
},
"autoupdate": {
"url": "https://bitbucket.org/wahibre/mtn/downloads/$matchFilename",
"extract_dir": "mtn-$version"
}
}