{ "version": "5.4.4", "description": "Interactive function plotting utility", "homepage": "http://www.gnuplot.info", "license": "gnuplot", "architecture": { "64bit": { "url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/5.4.4/gp544-win64-mingw.7z", "hash": "sha1:beb1507233febe1b0a498b24627fd4540bae0bb9" } }, "extract_dir": "gnuplot", "bin": "bin\\gnuplot.exe", "shortcuts": [ [ "bin\\wgnuplot.exe", "GNUPlot" ] ], "checkver": "(?sm)Version [\\d.]+ \\(current\\).*?Release ([\\d.]+)", "autoupdate": { "architecture": { "64bit": { "url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/$version/gp$cleanVersion-win64-mingw.7z" } } } }