From 355d600df6a0d84066bd33a4c212eecc453322c7 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Sat, 30 Nov 2019 17:30:52 +0000 Subject: [PATCH] gnuplot: Add version 5.2.7 (#618) --- bucket/gnuplot.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/gnuplot.json diff --git a/bucket/gnuplot.json b/bucket/gnuplot.json new file mode 100644 index 0000000000..fa03a94e39 --- /dev/null +++ b/bucket/gnuplot.json @@ -0,0 +1,29 @@ +{ + "version": "5.2.7", + "description": "Interactive function plotting utility", + "homepage": "http://www.gnuplot.info", + "license": "gnuplot", + "architecture": { + "64bit": { + "url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/5.2.7/gp527-win64-mingw.7z", + "hash": "sha1:305b79cd957de55d2532d204300908baa58e810d" + }, + "32bit": { + "url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/5.2.7/gp527-win32-mingw.7z", + "hash": "sha1:1b67cfa5ed91a5bca33a940ad2e669cb087d8519" + } + }, + "extract_dir": "gnuplot", + "bin": "bin\\gnuplot.exe", + "checkver": "(?sm)Version [\\d.]+ \\(current\\).*?Release ([\\d.]+)", + "autoupdate": { + "architecture": { + "64bit": { + "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" + } + } + } +}