octave: update to 9.1.0.

This commit is contained in:
Gonzalo Tornaría 2024-03-18 00:39:35 -03:00 committed by cinerea0
parent 195629657c
commit 8f839d1b53

View file

@ -1,6 +1,6 @@
# Template file for 'octave' # Template file for 'octave'
pkgname=octave pkgname=octave
version=8.4.0 version=9.1.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-docs" configure_args="--disable-docs"
@ -15,7 +15,7 @@ license="GPL-3.0-or-later"
homepage="https://octave.org/" homepage="https://octave.org/"
changelog="http://hg.savannah.gnu.org/hgweb/octave/raw-file/default/etc/NEWS.${version%%.*}.md" changelog="http://hg.savannah.gnu.org/hgweb/octave/raw-file/default/etc/NEWS.${version%%.*}.md"
distfiles="${GNU_SITE}/octave/octave-${version}.tar.gz" distfiles="${GNU_SITE}/octave/octave-${version}.tar.gz"
checksum=6b38dd9751678424aeb3a9d666432b1f378eb3971a21290a90cd3d35119d56ad checksum=3f8c6c6ecfa249a47c97e18e651be4db8499be2f5de1a095a3eea53efc01d6a1
# avoid warnings due to egrep deprecation # avoid warnings due to egrep deprecation
export EGREP="grep -E" export EGREP="grep -E"