mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Uncomment compatibility in acpi.rb and dosbox_x.rb
This commit is contained in:
@@ -4,7 +4,7 @@ class Acpi < Package
|
||||
description 'Attempts to replicate the functionality of the \'old\' apm command on ACPI systems, including battery and thermal information.'
|
||||
homepage 'https://sourceforge.net/projects/acpiclient/'
|
||||
version '1.7'
|
||||
#compatibility 'all'
|
||||
compatibility 'all'
|
||||
source_url 'https://downloads.sourceforge.net/project/acpiclient/acpiclient/1.7/acpi-1.7.tar.gz'
|
||||
source_sha256 'd7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005'
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ class Dosbox_x < Package
|
||||
description 'An x86 emulator with DOS.'
|
||||
homepage 'https://dosbox-x.com/'
|
||||
version '0.83.1'
|
||||
#compatibility 'all'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.1.tar.gz'
|
||||
source_sha256 '222c6c4e2ec15bfab0e327b9ba4af92a3fcdd0ff76f1917529a11503ab4a2833'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user