mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -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
@@ -3,7 +3,7 @@ require 'package'
|
||||
class Libxinerama < Package
|
||||
description 'Xorg library, Xinerama is an X11 extension which provides support for extending a desktop across multiple displays.'
|
||||
homepage 'https://www.x.org/wiki/'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
license 'MIT'
|
||||
version '1.1.4'
|
||||
source_url 'https://www.x.org/archive/individual/lib/libXinerama-1.1.4.tar.bz2'
|
||||
|
||||
Reference in New Issue
Block a user