diff --git a/Formula/m/meson.rb b/Formula/m/meson.rb index a442b95b0b858c..566abab28a4946 100644 --- a/Formula/m/meson.rb +++ b/Formula/m/meson.rb @@ -1,13 +1,13 @@ class Meson < Formula desc "Fast and user friendly build system" homepage "https://mesonbuild.com/" - url "https://github.com/mesonbuild/meson/releases/download/1.6.1/meson-1.6.1.tar.gz" - sha256 "1eca49eb6c26d58bbee67fd3337d8ef557c0804e30a6d16bfdf269db997464de" + url "https://github.com/mesonbuild/meson/releases/download/1.7.0/meson-1.7.0.tar.gz" + sha256 "08efbe84803eed07f863b05092d653a9d348f7038761d900412fddf56deb0284" license "Apache-2.0" head "https://github.com/mesonbuild/meson.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "cb5d34c2d597284bf444ea8d00afaabbfcd1f8e067bfb34752c4842c9ce670ea" + sha256 cellar: :any_skip_relocation, all: "8b5f67168c5bb0899e7e8251f7ee75af31be65d8be0a6133e0da063afd94ff80" end depends_on "ninja"