meson 0.51.0
Closes #41237. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
c8bd78f728
commit
e6368c722d
1 changed files with 2 additions and 13 deletions
|
@ -1,21 +1,10 @@
|
|||
class Meson < Formula
|
||||
desc "Fast and user friendly build system"
|
||||
homepage "https://mesonbuild.com/"
|
||||
url "https://github.com/mesonbuild/meson/releases/download/0.51.0/meson-0.51.0.tar.gz"
|
||||
sha256 "2f75fdf6d586d3595c03a07afcd0eaae11f68dd33fea5906a434d22a409ed63f"
|
||||
head "https://github.com/mesonbuild/meson.git"
|
||||
|
||||
stable do
|
||||
url "https://github.com/mesonbuild/meson/releases/download/0.50.1/meson-0.50.1.tar.gz"
|
||||
sha256 "f68f56d60c80a77df8fc08fa1016bc5831605d4717b622c96212573271e14ecc"
|
||||
|
||||
# Fixes support for Xcode 11.
|
||||
# Backported from https://github.com/mesonbuild/meson/commit/b28e76f6bf6898a7de01f5dd103d5ad7c54bea45
|
||||
# Should be in the next release.
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/bd45b828dc74b33b35a89dc02dd1f556064d227f/meson/xcode_11.patch"
|
||||
sha256 "7b03f81036478d234d94aa8731d7248007408e56917b07d083f1c4db9bb48c8b"
|
||||
end
|
||||
end
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
rebuild 1
|
||||
|
|
Loading…
Reference in a new issue