mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* gnuplot: hash fix Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com> Co-authored-by: Akira Yamamoto <3007213+akirayamamoto@users.noreply.github.com>
29 lines
867 B
JSON
29 lines
867 B
JSON
{
|
|
"version": "5.4.2",
|
|
"description": "Interactive function plotting utility",
|
|
"homepage": "http://www.gnuplot.info",
|
|
"license": "gnuplot",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/5.4.2/gp542-win64-mingw.7z",
|
|
"hash": "4512c76d5846929459527686a8e5f4634652ddd366bb0013a153137fa897e155"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|