From 8eb00f318e2189663c7c938872c6ca907744a877 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 23 Jul 2020 17:00:30 +0000 Subject: [PATCH] gnuplot: Update to version 5.4.0 --- bucket/gnuplot.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gnuplot.json b/bucket/gnuplot.json index 3302c1fcc4..bb7ee896cd 100644 --- a/bucket/gnuplot.json +++ b/bucket/gnuplot.json @@ -1,12 +1,12 @@ { - "version": "5.2.8", + "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.2.8/gp528-win64-mingw.7z", - "hash": "sha1:2b5fab4b06dbfb17d9edc9fc889a64a634c4f988" + "url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/5.4.0/gp540-win64-mingw.7z", + "hash": "251a85b3bac687974f360d3796048c20ded3bf0bd69e0d1cfd1db23d013f89ed" } }, "extract_dir": "gnuplot",