scillidan 29fa2c8651
mtn: Update to version 3.5.0-1, fix checkver & autoupdate (#7605)
* Update homepage, switch to GitLab releases.
2026-02-05 11:08:10 -05:00

30 lines
1.1 KiB
JSON

{
"version": "3.5.0-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"
},
"architecture": {
"64bit": {
"url": "https://gitlab.com/-/project/3655713/uploads/5b7ca00b81629aacd8fcf8e99b859368/mtn-3.5.0-1-win64.zip",
"hash": "4e21b1bdf4fde6df5cbc31a11abe1be4a48131a307b7dfc822dfe7bb8e5703e9",
"extract_dir": "mtn-win64"
}
},
"bin": "mtn.exe",
"checkver": {
"url": "https://gitlab.com/api/v4/projects/movie_thumbnailer%2Fmtn/releases/permalink/latest",
"jsonpath": "$.description",
"regex": "uploads/(?<hash>[a-f0-9]+)/mtn-(?<version>[\\d.]+(?:-\\d+)?)-win64\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://gitlab.com/-/project/3655713/uploads/$matchHash/mtn-$version-win64.zip"
}
}
}
}