8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cc7a1 commit fa4535aCopy full SHA for fa4535a
Formula/dosbox-staging.rb
@@ -6,6 +6,13 @@ class DosboxStaging < Formula
6
license "GPL-2.0"
7
head "https://github.com/dosbox-staging/dosbox-staging.git"
8
9
+ bottle do
10
+ cellar :any
11
+ sha256 "9a09801ea7b4699eff48acfe05adc51015ef4d0c5baf192d0e52ea1a153c785a" => :catalina
12
+ sha256 "cbb2dcd04d78c41f098c99e72ec52f466ed73ef38b54b2286fe790aabf02a3b0" => :mojave
13
+ sha256 "a32107574d134e7b8cdeda5717307656a086929b2291ea647042beb26e771d0e" => :high_sierra
14
+ end
15
+
16
depends_on "autoconf" => :build
17
depends_on "automake" => :build
18
depends_on "pkg-config" => :build
0 commit comments