gnuplot: Update to 5.2.8 (manually) (#634)

This commit is contained in:
Ross Smith II 2019-12-03 16:59:18 -08:00 committed by GitHub
parent eeb5aa37f4
commit 6b3dec0db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,12 @@
{ {
"version": "5.2.7", "version": "5.2.8",
"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.2.7/gp527-win64-mingw.7z", "url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/5.2.8/gp528-win64-mingw.7z",
"hash": "sha1:305b79cd957de55d2532d204300908baa58e810d" "hash": "sha1:2b5fab4b06dbfb17d9edc9fc889a64a634c4f988"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/5.2.7/gp527-win32-mingw.7z",
"hash": "sha1:1b67cfa5ed91a5bca33a940ad2e669cb087d8519"
} }
}, },
"extract_dir": "gnuplot", "extract_dir": "gnuplot",
@ -20,9 +16,6 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/$version/gp$cleanVersion-win64-mingw.7z" "url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/$version/gp$cleanVersion-win64-mingw.7z"
},
"32bit": {
"url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/$version/gp$cleanVersion-win32-mingw.7z"
} }
} }
} }