mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:17:45 +00:00
Ports/gnuplot: Update to version 5.4.8
We also no longer build the tutorial, as that directory no longer exists.
This commit is contained in:
parent
5a2bf7fdd1
commit
673d6bf2d2
3 changed files with 8 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=gnuplot
|
||||
version=5.2.8
|
||||
version='5.4.8'
|
||||
useconfigure=true
|
||||
# Note: gnuplot's source code is hosted on SourceForge, but using the GitHub mirror makes downloading a versioned .tar.gz easier.
|
||||
files=(
|
||||
"https://github.com/gnuplot/gnuplot/archive/${version}.tar.gz b55f591e2ad9d01ffca821f2f91ce781b481bb5dd602ce5188bfad3140f44ac0"
|
||||
"https://github.com/gnuplot/gnuplot/archive/${version}.tar.gz 2b0c1841640b2e33f8421ac83cd91d972d8b0c6acf9753f16385d5eec8a61a73"
|
||||
)
|
||||
configopts=("--prefix=${SERENITY_INSTALL_ROOT}/usr/local" "--with-readline=builtin" "--without-latex")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue