mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 15:13:56 -05:00
Octave 8.2.0 => 8.4.0 (#8908)
This commit is contained in:
@@ -3,21 +3,21 @@ require 'buildsystems/autotools'
|
||||
class Octave < Autotools
|
||||
description 'Scientific Programming Language'
|
||||
homepage 'https://octave.org/'
|
||||
version '8.2.0'
|
||||
version '8.4.0'
|
||||
license 'GPL-3'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
source_url 'https://ftpmirror.gnu.org/octave/octave-8.2.0.tar.lz'
|
||||
source_sha256 '8ac875a9f8e44b8eb4b75ca8638531e2ca47cd9d13a6ca39d3a0eccd175f8a05'
|
||||
source_url 'https://ftpmirror.gnu.org/octave/octave-8.4.0.tar.lz'
|
||||
source_sha256 'd5a7e89928528dce8cab7eead700be8a8319a98ec5334cc2ce83d29ac60264c1'
|
||||
|
||||
binary_url({
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/octave/8.2.0_armv7l/octave-8.2.0-chromeos-armv7l.tar.zst',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/octave/8.2.0_armv7l/octave-8.2.0-chromeos-armv7l.tar.zst',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/octave/8.2.0_x86_64/octave-8.2.0-chromeos-x86_64.tar.zst'
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/octave/8.4.0_armv7l/octave-8.4.0-chromeos-armv7l.tar.zst',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/octave/8.4.0_armv7l/octave-8.4.0-chromeos-armv7l.tar.zst',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/octave/8.4.0_x86_64/octave-8.4.0-chromeos-x86_64.tar.zst'
|
||||
})
|
||||
binary_sha256({
|
||||
aarch64: '0b246e0e32f70dc7736b0626a09f770795351ebcc5088a6b8826c61c8c95b3e9',
|
||||
armv7l: '0b246e0e32f70dc7736b0626a09f770795351ebcc5088a6b8826c61c8c95b3e9',
|
||||
x86_64: '7eeb3d979f6cf071419b4d5d981425bc284db80604d211897950a70934e9832f'
|
||||
aarch64: 'c537235f83bd16c7179fa0f9d7375f9b55c7598582965b2a096c4862bc5ba11e',
|
||||
armv7l: 'c537235f83bd16c7179fa0f9d7375f9b55c7598582965b2a096c4862bc5ba11e',
|
||||
x86_64: '4d9c32256fe81086821e339011fa30dd6280664a26126b950052e5d6d672421f'
|
||||
})
|
||||
|
||||
depends_on 'bzip2' # R
|
||||
|
||||
Reference in New Issue
Block a user