redactedscribe 1b3df3bd01
mtn: Fix bin path for v3.5.0 (#5542)
* mtn: Fix bin path for v3.5.0

* Actually fix `bin` path
2024-03-10 18:29:38 -07:00

29 lines
952 B
JSON

{
"version": "3.5.0",
"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"
},
"architecture": {
"64bit": {
"url": "https://bitbucket.org/wahibre/mtn/downloads/mtn-3.5.0-win64.zip",
"hash": "bbae09904f9e682885fa51cfaa3929112cd74505db910af68031b3086d9a1ce3",
"extract_dir": "mtn-win64"
}
},
"bin": "mtn.exe",
"checkver": {
"url": "https://bitbucket.org/wahibre/mtn/downloads/?tab=downloads",
"regex": "(?<filename>mtn-(?<version>(?:\\d+\\.)+\\d+)-win64\\.zip)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://bitbucket.org/wahibre/mtn/downloads/$matchFilename"
}
}
}
}