mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"homepage": "http://passgenwin.sourceforge.net/abpage/projects.xhtml#png2jpeg",
|
|
"description": "png2jpeg is a simple command-line image converter from PNG to JPEG",
|
|
"license": "MIT",
|
|
"version": "1.0.1.8",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/png2jpeg/win64/png2jpeg-1.0.1.8-win64.zip",
|
|
"hash": "sha1:e0316934617cb607fd77d32a168df7dffb24bae7",
|
|
"extract_dir": "png2jpeg-1.0.1.8-win64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/png2jpeg/win32/png2jpeg-1.0.1.8-win32.zip",
|
|
"hash": "sha1:5ce4232ff8aa8e75240d209f25f2a5de595cc0e9",
|
|
"extract_dir": "png2jpeg-1.0.1.8-win32"
|
|
}
|
|
},
|
|
"bin": "png2jpeg.exe",
|
|
"checkver": {
|
|
"url": "https://sourceforge.net/projects/png2jpeg/files/win64/",
|
|
"re": "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"
|
|
}
|
|
}
|
|
}
|
|
}
|