2022-10-02 08:30:10 +00:00

29 lines
867 B
JSON

{
"version": "5.4.5",
"description": "Interactive function plotting utility",
"homepage": "http://www.gnuplot.info",
"license": "gnuplot",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/5.4.5/gp545-win64-mingw.7z",
"hash": "182e4a6a13130a4ba64a9eaa248448e135cafc79a2d6054b531f014e858bac54"
}
},
"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"
}
}
}
}