package/octave: bump package to version 9.1.0

See release note:
https://octave.org/NEWS-9.html

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Julien Olivain 2024-04-08 20:13:22 +02:00 committed by Thomas Petazzoni
parent 018464b00d
commit f9630bbe3b
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Locally computed after checking signature
# https://ftp.gnu.org/gnu/octave/octave-8.4.0.tar.lz.sig
# https://ftp.gnu.org/gnu/octave/octave-9.1.0.tar.lz.sig
# using key DBD9C84E39FE1AAE99F04446B05F05B75D36644B
sha256 d5a7e89928528dce8cab7eead700be8a8319a98ec5334cc2ce83d29ac60264c1 octave-8.4.0.tar.lz
sha256 f1769f61bd10c8ade6aee352b1bbb016e5fd8fc8394896a64dc26ef675ba3cea octave-9.1.0.tar.lz
sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 COPYING

View File

@ -4,7 +4,7 @@
#
################################################################################
OCTAVE_VERSION = 8.4.0
OCTAVE_VERSION = 9.1.0
OCTAVE_SITE = https://ftp.gnu.org/gnu/octave
OCTAVE_SOURCE = octave-$(OCTAVE_VERSION).tar.lz
OCTAVE_LICENSE = GPL-3.0+