mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
mtn: Add version 3.3.1 (#193)
This commit is contained in:
parent
81d9b2845b
commit
2baa0f2889
21
bucket/mtn.json
Normal file
21
bucket/mtn.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user