mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
22 lines
831 B
JSON
22 lines
831 B
JSON
{
|
|
"version": "3.3",
|
|
"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.3-win32.zip",
|
|
"hash": "1edc0ad0ef5a906b9ca48eaee5ad6902d63f5ea2c5543436c4bca8f5e1eee4d5",
|
|
"extract_dir": "mtn-3.3",
|
|
"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"
|
|
}
|
|
}
|