From f005c1ba5e2cee7ad5227bff8a33669aec009554 Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Wed, 25 Feb 2026 23:15:47 +0100 Subject: [PATCH] octave: update to 11.1.0. --- srcpkgs/octave/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/octave/template b/srcpkgs/octave/template index bc51c3cb9bf..2f888ba2f89 100644 --- a/srcpkgs/octave/template +++ b/srcpkgs/octave/template @@ -1,6 +1,6 @@ # Template file for 'octave' pkgname=octave -version=10.3.0 +version=11.1.0 revision=1 build_style=gnu-configure build_helper=qmake6 @@ -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=2fcb38dc062e440f1e06c069bbca840ed46dcc8f983e473e1558fcc38384ee6b +checksum=c0e7e2c91bc573256431b2cc989290b9bd13851dbadd59d0ac74714f1334b0e6 # Use OpenBLAS on platforms where it is available and fallback to regular BLAS # on all others.