meson: add 0.31.0 bottle.
This commit is contained in:
parent
829bf8336c
commit
3d207aa36d
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Meson < Formula
|
|||
url "https://github.com/mesonbuild/meson/releases/download/0.31.0/meson-0.31.0.tar.gz"
|
||||
sha256 "803d7aa99329c5439ef971c1dcaa39de12d9208f82f0ed029e3e8f9c13ef93f0"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "9a807e6daf90cf6dab8768510e38d3f13a3ee99acd1f82f0f196b80dd9a62a89" => :el_capitan
|
||||
sha256 "f2cab3cfa82e715f9d19ff996338028ba6240d11fa5254eae7d0da59d12c8969" => :yosemite
|
||||
sha256 "f30d5c84f5dde05536a487108b7be4031a4f9b3dadb55e3bdb8a91dda9dc48d7" => :mavericks
|
||||
end
|
||||
|
||||
depends_on :python3
|
||||
depends_on "ninja"
|
||||
|
||||
|
|
Loading…
Reference in a new issue