mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 07:28:01 -05:00
Run rubocop on tree to pick up new Chromebrew/OrderedCompatibility cop (#11282)
This commit is contained in:
committed by
GitHub
parent
14fbcac831
commit
d7e8f67f2d
@@ -5,7 +5,7 @@ class Octave < Autotools
|
||||
homepage 'https://octave.org/'
|
||||
version '9.4.0'
|
||||
license 'GPL-3'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "https://ftpmirror.gnu.org/octave/octave-#{version}.tar.lz"
|
||||
source_sha256 'dcb2c098701cfcbc083f07e90e146261d15cdbf5e89c031032422112c89b47da'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
Reference in New Issue
Block a user