Skip to content

Commit

Permalink
Merge pull request #205575 from Homebrew/bump-meson-1.7.0
Browse files Browse the repository at this point in the history
meson 1.7.0
  • Loading branch information
BrewTestBot authored Jan 26, 2025
2 parents df3b6b1 + 4bf4324 commit 30b3e36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/m/meson.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 30b3e36

Please sign in to comment.