From aef8611e139054d8a6704377f9fc8cccd8f02dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sun, 8 Jun 2025 17:53:25 -0300 Subject: [PATCH] octave: update to 10.2.0. --- srcpkgs/octave/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/octave/template b/srcpkgs/octave/template index 1c81c73f66d..972c62d8e48 100644 --- a/srcpkgs/octave/template +++ b/srcpkgs/octave/template @@ -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.