mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* Update mtn and fix autoupdate This will also fix an extracting issue with mtn 3.4.0 * Update mtn.json checkver
21 lines
795 B
JSON
21 lines
795 B
JSON
{
|
|
"version": "3.4.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.4.1-win64.zip",
|
|
"hash": "fe636d674de8c923e78d9055ce3eb78ae52c9c26078c08c8b89b5880c5cd5645",
|
|
"extract_dir": "mtn-win64",
|
|
"bin": "bin\\mtn.exe",
|
|
"checkver": {
|
|
"url": "https://bitbucket.org/wahibre/mtn/downloads/?tab=downloads",
|
|
"regex": "(?<filename>mtn-(?<version>(?:\\d+\\.)+\\d+)-win64\\.zip)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://bitbucket.org/wahibre/mtn/downloads/$matchFilename"
|
|
}
|
|
}
|