diff mbox series

[next,1/1] package/octave: bump package to version 8.3.0

Message ID 20230820165654.275913-1-ju.o@free.fr
State Accepted
Headers show
Series [next,1/1] package/octave: bump package to version 8.3.0 | expand

Commit Message

Julien Olivain Aug. 20, 2023, 4:56 p.m. UTC
See release note:
https://octave.org/news/release/2023/08/08/octave-8.3.0-released.html

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
Patch tested on branch next at commit bf2d7f8 with commands:

    utils/test-pkg -p octave
    ...
    6 builds, 4 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed

    support/testing/run-tests \
        -d dl -o output_folder \
        tests.package.test_octave
    ...
    OK
---
 package/octave/octave.hash | 4 ++--
 package/octave/octave.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni Aug. 20, 2023, 9:36 p.m. UTC | #1
On Sun, 20 Aug 2023 18:56:54 +0200
Julien Olivain <ju.o@free.fr> wrote:

> See release note:
> https://octave.org/news/release/2023/08/08/octave-8.3.0-released.html
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
> Patch tested on branch next at commit bf2d7f8 with commands:

Applied to next, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/octave/octave.hash b/package/octave/octave.hash
index 6e82a589ec..a655f82849 100644
--- a/package/octave/octave.hash
+++ b/package/octave/octave.hash
@@ -1,5 +1,5 @@ 
 # Locally computed after checking signature
-# https://ftp.gnu.org/gnu/octave/octave-8.2.0.tar.lz.sig
+# https://ftp.gnu.org/gnu/octave/octave-8.3.0.tar.lz.sig
 # using key DBD9C84E39FE1AAE99F04446B05F05B75D36644B
-sha256  8ac875a9f8e44b8eb4b75ca8638531e2ca47cd9d13a6ca39d3a0eccd175f8a05  octave-8.2.0.tar.lz
+sha256  4dbd5da711b20ce640d75471895172b60e0bb9f45b75a0daa5ddf3050488d639  octave-8.3.0.tar.lz
 sha256  3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986  COPYING
diff --git a/package/octave/octave.mk b/package/octave/octave.mk
index 81954bbdd3..86f5564c02 100644
--- a/package/octave/octave.mk
+++ b/package/octave/octave.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-OCTAVE_VERSION = 8.2.0
+OCTAVE_VERSION = 8.3.0
 OCTAVE_SITE = https://ftp.gnu.org/gnu/octave
 OCTAVE_SOURCE = octave-$(OCTAVE_VERSION).tar.lz
 OCTAVE_LICENSE = GPL-3.0+