nconvert: Add version 7.121 (#4029)

This commit is contained in:
Kris Schneider 2022-10-15 06:58:07 -06:00 committed by GitHub
parent 2675c90edb
commit 213aba9418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

29
bucket/nconvert.json Normal file
View File

@ -0,0 +1,29 @@
{
"version": "7.121",
"homepage": "https://www.xnview.com/en/nconvert/",
"description": "A command line batch image processor that is compatible with several image formats.",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://download.xnview.com/NConvert-win64.zip",
"hash": "C8E701B0E9B39C17D33DECB76D8C81D5F6C54D4BC9B0B2DC72BF0691665ED54D"
},
"32bit": {
"url": "https://download.xnview.com/NConvert-win.zip",
"hash": "508A9E5BC55069E8C41CF94CFAF97C3FAED2A2C9F7FC260F9030726AB9357703"
}
},
"extract_dir": "NConvert",
"bin": "nconvert.exe",
"checkver": "Version\\s([\\d.]+)</span>",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.xnview.com/NConvert-win64.zip"
},
"32bit": {
"url": "https://download.xnview.com/NConvert-win.zip"
}
}
}
}