gnuplot: bumped for rebuild (#9955)

* gnuplot: added v6.0.0
This commit is contained in:
kenmays
2024-01-08 06:17:34 -08:00
committed by GitHub
parent 375a33da6f
commit 0a150c53d0
2 changed files with 24 additions and 7 deletions

View File

@@ -6,11 +6,11 @@ as a plotting engine by third-party applications like Octave."
HOMEPAGE="http://www.gnuplot.info/"
COPYRIGHT="1986-1993, 1998, 2004-2019 Thomas Williams, Colin Kelley"
LICENSE="Gnuplot"
REVISION="1"
REVISION="2"
SOURCE_URI="https://downloads.sourceforge.net/gnuplot/gnuplot-$portVersion.tar.gz"
CHECKSUM_SHA256="60a6764ccf404a1668c140f11cc1f699290ab70daa1151bb58fed6139a28ac37"
ARCHITECTURES="all !x86_gcc2 ?x86"
ARCHITECTURES="all !x86_gcc2"
if [ "$targetArchitecture" = x86_gcc2 ]; then
SECONDARY_ARCHITECTURES="x86"
fi