octave: update to 10.2.0.

This commit is contained in:
Gonzalo Tornaría 2025-06-08 17:53:25 -03:00 committed by Andrew J. Hesford
parent 4ab475a69e
commit aef8611e13

View file

@ -1,7 +1,7 @@
# Template file for 'octave'
pkgname=octave
version=9.4.0
revision=2
version=10.2.0
revision=1
build_style=gnu-configure
build_helper=qmake6
configure_args="--disable-docs"
@ -20,7 +20,7 @@ license="GPL-3.0-or-later"
homepage="https://octave.org/"
changelog="http://hg.savannah.gnu.org/hgweb/octave/raw-file/default/etc/NEWS.${version%%.*}.md"
distfiles="${GNU_SITE}/octave/octave-${version}.tar.gz"
checksum=da9481205bfa717660b7d4a16732d8b2d58aadceab4993d41242a8e2848ea6c1
checksum=07fb6d9339d2f350735c91671be8e874d160018cc6b688f9efd9d558d237f69f
# Use OpenBLAS on platforms where it is available and fallback to regular BLAS
# on all others.