2020-07-23 17:00:30 +00:00

29 lines
867 B
JSON

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