octave: update to 9.3.0.

This commit is contained in:
Gonzalo Tornaría 2024-12-26 16:54:38 -03:00 committed by Andrew J. Hesford
parent 0ed095946b
commit 7872b35ca1

View file

@ -1,7 +1,7 @@
# Template file for 'octave'
pkgname=octave
version=9.2.0
revision=2
version=9.3.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=0636554b05996997e431caad4422c00386d2d7c68900472700fecf5ffeb7c991
checksum=809fa39a7acc84815bf4dc4d2d7e6b228ce75a07f3b2413f3313aa8e0aaa3287
# Use OpenBLAS on platforms where it is available and fallback to regular BLAS
# on all others.