From ea08d5cfec8e0ab6bc64b2c1732ed1c84cf69494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 18 Mar 2024 00:39:35 -0300 Subject: [PATCH] octave: update to 9.1.0. --- srcpkgs/octave/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/octave/template b/srcpkgs/octave/template index 82c46a4318802a..8bfd352edf3b8f 100644 --- a/srcpkgs/octave/template +++ b/srcpkgs/octave/template @@ -1,6 +1,6 @@ # Template file for 'octave' pkgname=octave -version=8.4.0 +version=9.1.0 revision=1 build_style=gnu-configure configure_args="--disable-docs" @@ -15,7 +15,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=6b38dd9751678424aeb3a9d666432b1f378eb3971a21290a90cd3d35119d56ad +checksum=3f8c6c6ecfa249a47c97e18e651be4db8499be2f5de1a095a3eea53efc01d6a1 # avoid warnings due to egrep deprecation export EGREP="grep -E"