diff --git a/bucket/mtn.json b/bucket/mtn.json new file mode 100644 index 0000000000..a370931c36 --- /dev/null +++ b/bucket/mtn.json @@ -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": "(?mtn-(?[\\d.]+)\\.[\\w.-]*win32\\.zip)" + }, + "autoupdate": { + "url": "https://bitbucket.org/wahibre/mtn/downloads/$matchFilename", + "extract_dir": "mtn-$version" + } +}