ScoopInstaller_Main/bucket/png2jpeg.json
2023-03-10 00:03:29 +05:30

36 lines
1.4 KiB
JSON

{
"version": "1.0.2.2",
"description": "Simple command-lineimage converter from PNG to JPEG.",
"homepage": "https://passgenwin.sourceforge.io/abpage/projects.xhtml#png2jpeg",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/png2jpeg/win64/png2jpeg-1.0.2.2-win64.zip",
"hash": "sha1:93675df556bc98842cbe9771da528c5a8dd4e3d2",
"extract_dir": "png2jpeg-1.0.2.2-win64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/png2jpeg/win32/png2jpeg-1.0.2.2-win32.zip",
"hash": "sha1:a6aa6b75fb5b336c132a9811d3ae1d9ed8107a38",
"extract_dir": "png2jpeg-1.0.2.2-win32"
}
},
"bin": "png2jpeg.exe",
"checkver": {
"url": "https://sourceforge.net/projects/png2jpeg/files/win64/",
"regex": "png2jpeg-([\\d\\.]+)-win64\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/png2jpeg/win64/png2jpeg-$version-win64.zip",
"extract_dir": "png2jpeg-$version-win64"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/png2jpeg/win32/png2jpeg-$version-win32.zip",
"extract_dir": "png2jpeg-$version-win32"
}
}
}
}