From 10c2ad58915ed7810fcd243e2fa691d4f10d7cf3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 19 Dec 2020 14:01:47 +0000 Subject: [PATCH] gnuplot: Update to version 5.4.1 --- bucket/gnuplot.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gnuplot.json b/bucket/gnuplot.json index 3302c1fcc4..70a4d4a1ff 100644 --- a/bucket/gnuplot.json +++ b/bucket/gnuplot.json @@ -1,12 +1,12 @@ { - "version": "5.2.8", + "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.2.8/gp528-win64-mingw.7z", - "hash": "sha1:2b5fab4b06dbfb17d9edc9fc889a64a634c4f988" + "url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/5.4.1/gp541-win64-mingw.7z", + "hash": "sha1:1b098aa1e36ebd3d51b65b8c3ae29d54138bc70c" } }, "extract_dir": "gnuplot",