mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-22 07:11:33 +00:00
gnuplot: Update to version 6.0.0 (#5859)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
parent
e43ef6ec8a
commit
c6772cc748
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "5.4.8",
|
"version": "6.0.0",
|
||||||
"description": "Interactive function plotting utility",
|
"description": "Interactive function plotting utility",
|
||||||
"homepage": "http://www.gnuplot.info",
|
"homepage": "http://www.gnuplot.info",
|
||||||
"license": "gnuplot",
|
"license": "gnuplot",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/5.4.8/gp548-win64-mingw.7z",
|
"url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/6.0.0/gp600-win64-mingw.7z",
|
||||||
"hash": "sha1:bcfec8059feb31cee3bbdaed19ca16e572f820b6"
|
"hash": "sha1:3977f8b0b48bd11232f6562781054e100e6b1449"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "gnuplot",
|
"extract_dir": "gnuplot",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"GNUPlot"
|
"GNUPlot"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"checkver": "(?sm)Version [\\d.]+ \\(current\\).*?Release ([\\d.]+)",
|
"checkver": "(?s)\\(current stable\\).*?Release ([\\d.]+)",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user