From 97825239982d4dbbaee7fb12f8e7a71a95263680 Mon Sep 17 00:00:00 2001 From: vaguiners Date: Sun, 19 Aug 2018 16:50:59 -0300 Subject: [PATCH] Add png2jpeg version 1.0.1.7 (#2514) --- png2jpeg.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 png2jpeg.json diff --git a/png2jpeg.json b/png2jpeg.json new file mode 100644 index 0000000000..fdcb9b262c --- /dev/null +++ b/png2jpeg.json @@ -0,0 +1,33 @@ +{ + "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.7", + "architecture": { + "64bit": { + "url": "https://sourceforge.net/projects/png2jpeg/files/win64/png2jpeg-1.0.1.7-win64.zip", + "hash": "sha1:d9a87cd875e33b6c6c7d8a902c4da54e6f11e807" + }, + "32bit": { + "url": "https://sourceforge.net/projects/png2jpeg/files/win32/png2jpeg-1.0.1.7-win32.zip", + "hash": "sha1:b4fe4bc3c776038c750733bfc520bc11d726cba5" + } + }, + "bin": "png2jpeg.exe", + "checkver": { + "url": "https://sourceforge.net/projects/png2jpeg/files/win64/", + "re": "png2jpeg-([\\d.]+)-win64.zip" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://sourceforge.net/projects/png2jpeg/files/win64/png2jpeg-$version-win64.zip", + "extract_dir": "png2jpeg-$version-win64" + }, + "32bit": { + "url": "https://sourceforge.net/projects/png2jpeg/files/win32/png2jpeg-$version-win32.zip", + "extract_dir": "png2jpeg-$version-win32" + } + } + } +}