fx: add 3.1.0 bottle.
This commit is contained in:
parent
1a9ed6bb2b
commit
d45d6a654c
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class Fx < Formula
|
|||
url "https://registry.npmjs.org/fx/-/fx-3.1.0.tgz"
|
||||
sha256 "ec8a23b02511bd21554bfcdd7424695c1c28e950997ddde13bb665e6fdd92f76"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "83c029f43ea6d7d746b2d8478ccecb378a527b42d718be5469ea40591fba9ca5" => :mojave
|
||||
sha256 "93dc19262ec9c53abacdce711a82dbe00888ef08bb697b96f0c4e0f7f144c537" => :high_sierra
|
||||
sha256 "e44bf042d6534ff5f2d0f6ff09fbc882c30bdf72b3905494ef78303b5bc521ba" => :sierra
|
||||
end
|
||||
|
||||
depends_on "node"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue