octave: update to 8.4.0.

This commit is contained in:
Gonzalo Tornaría 2023-10-28 18:27:47 -03:00 committed by Leah Neukirchen
parent 307394ac85
commit 19fa24af31

View file

@ -1,7 +1,7 @@
# Template file for 'octave'
pkgname=octave
version=8.3.0
revision=2
version=8.4.0
revision=1
build_style=gnu-configure
configure_args="--disable-docs"
hostmakedepends="perl gcc-fortran pkg-config"
@ -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=2b48111cb67b312817e5d1f3e171f5bad1512bb067e1674b9c4b29281895b97a
checksum=6b38dd9751678424aeb3a9d666432b1f378eb3971a21290a90cd3d35119d56ad
# avoid warnings due to egrep deprecation
export EGREP="grep -E"