package/octave: bump to version 8.2.0

See release note:
https://octave.org/news/release/2023/04/13/octave-8.2.0-released.html

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Julien Olivain 2023-05-13 23:39:18 +02:00 committed by Yann E. MORIN
parent 4093ee07c3
commit be6dfa5370
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.1.0.tar.lz.sig
# https://ftp.gnu.org/gnu/octave/octave-8.2.0.tar.lz.sig
# using key DBD9C84E39FE1AAE99F04446B05F05B75D36644B
sha256 79f35c249e5ed71c6cafcf26ef72ffcf4845637093efde309b499a6690154b4f octave-8.1.0.tar.lz
sha256 8ac875a9f8e44b8eb4b75ca8638531e2ca47cd9d13a6ca39d3a0eccd175f8a05 octave-8.2.0.tar.lz
sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 COPYING

View File

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