mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
29 lines
848 B
JSON
29 lines
848 B
JSON
{
|
|
"version": "5.4.1",
|
|
"description": "Interactive function plotting utility",
|
|
"homepage": "http://www.gnuplot.info",
|
|
"license": "gnuplot",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/5.4.1/gp541-win64-mingw.7z",
|
|
"hash": "sha1:1b098aa1e36ebd3d51b65b8c3ae29d54138bc70c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|