Skip to content

Instantly share code, notes, and snippets.

@pammacdotnet
Last active November 22, 2018 11:39
Show Gist options
  • Save pammacdotnet/d8a007d476ac4faef1d65b8bbf157a95 to your computer and use it in GitHub Desktop.
Save pammacdotnet/d8a007d476ac4faef1d65b8bbf157a95 to your computer and use it in GitHub Desktop.

Revisions

  1. pammacdotnet revised this gist Nov 22, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gnuplot.json
    Original file line number Diff line number Diff line change
    @@ -13,7 +13,7 @@
    }
    },
    "bin": [
    "bin\\wgnuplot.exe"
    "bin\\wgnuplot.exe", "bin\\gnuplot.exe"
    ],
    "shortcuts": [
    [
  2. pammacdotnet created this gist Nov 22, 2018.
    24 changes: 24 additions & 0 deletions gnuplot.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    {
    "homepage": "http://gnuplot.info",
    "version": "5.2.5",
    "extract_dir": "gnuplot",
    "architecture": {
    "64bit": {
    "url": "https://sourceforge.net/projects/gnuplot/files/gnuplot/5.2.5/gp525-win64-mingw.7z",
    "hash": "40559f884b8c3a2cb25e8367befddec716e1b90f25c862d533cc64b6372d192a"
    },
    "32bit": {
    "url": "https://sourceforge.net/projects/gnuplot/files/gnuplot/5.2.5/gp525-win32-mingw.7z",
    "hash": "4c7532953eec6322811fa76b0b87cab7ff25b9b125d5f1e38d41703f05423f26"
    }
    },
    "bin": [
    "bin\\wgnuplot.exe"
    ],
    "shortcuts": [
    [
    "bin\\wgnuplot.exe",
    "Gnuplot"
    ]
    ]
    }