mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 15:13:56 -05:00
Octave 8.4.0 => 9.2.0 (#9902)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -3,17 +3,17 @@ require 'buildsystems/autotools'
|
||||
class Octave < Autotools
|
||||
description 'Scientific Programming Language'
|
||||
homepage 'https://octave.org/'
|
||||
version '8.4.0'
|
||||
version '9.2.0'
|
||||
license 'GPL-3'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
source_url 'https://ftpmirror.gnu.org/octave/octave-8.4.0.tar.lz'
|
||||
source_sha256 'd5a7e89928528dce8cab7eead700be8a8319a98ec5334cc2ce83d29ac60264c1'
|
||||
source_url 'https://ftpmirror.gnu.org/octave/octave-9.2.0.tar.lz'
|
||||
source_sha256 'dcb2c098701cfcbc083f07e90e146261d15cdbf5e89c031032422112c89b47da'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: 'c537235f83bd16c7179fa0f9d7375f9b55c7598582965b2a096c4862bc5ba11e',
|
||||
armv7l: 'c537235f83bd16c7179fa0f9d7375f9b55c7598582965b2a096c4862bc5ba11e',
|
||||
x86_64: '4d9c32256fe81086821e339011fa30dd6280664a26126b950052e5d6d672421f'
|
||||
aarch64: '9c544c6fbeb744a4b18400647d1401374a5e01ae290928034e67dc393765e146',
|
||||
armv7l: '9c544c6fbeb744a4b18400647d1401374a5e01ae290928034e67dc393765e146',
|
||||
x86_64: '6e07dadd875a06bbea3fd0360d8795af8286bd60379d9c12cadeec8b2cc626af'
|
||||
})
|
||||
|
||||
depends_on 'bzip2' # R
|
||||
|
||||
Reference in New Issue
Block a user