Commit 6df5cf9f authored by Ed Reel's avatar Ed Reel

Uncomment compatibility in acpi.rb and dosbox_x.rb

parent 71524982
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment