From f002b7b235dc64b8013fc31820b6b7d27095e56c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 20 Oct 2023 07:55:11 -0400 Subject: [PATCH 1/2] meson 1.2.3 Signed-off-by: Rui Chen --- Formula/m/meson.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/meson.rb b/Formula/m/meson.rb index 2cb829f149f6f6..494b478687c092 100644 --- a/Formula/m/meson.rb +++ b/Formula/m/meson.rb @@ -1,8 +1,8 @@ class Meson < Formula desc "Fast and user friendly build system" homepage "https://mesonbuild.com/" - url "https://github.com/mesonbuild/meson/releases/download/1.2.2/meson-1.2.2.tar.gz" - sha256 "4a0f04de331fbc7af3b802a844fc8838f4ccd1ded1e792ba4f8f2faf8c5fe4d6" + url "https://github.com/mesonbuild/meson/releases/download/1.2.3/meson-1.2.3.tar.gz" + sha256 "4533a43c34548edd1f63a276a42690fce15bde9409bcf20c4b8fa3d7e4d7cac1" license "Apache-2.0" head "https://github.com/mesonbuild/meson.git", branch: "master" From a0f127a1439d49b84f7177d031fd8893215352b9 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 22 Oct 2023 16:58:04 +0000 Subject: [PATCH 2/2] meson: update 1.2.3 bottle. --- Formula/m/meson.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/m/meson.rb b/Formula/m/meson.rb index 494b478687c092..f002afe8f18bfb 100644 --- a/Formula/m/meson.rb +++ b/Formula/m/meson.rb @@ -7,8 +7,7 @@ class Meson < Formula head "https://github.com/mesonbuild/meson.git", branch: "master" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, all: "4b8fa8d6f17e912e96e3ad43475f44c3ba3ce8c5a43e45f8ea03b52fc517d797" + sha256 cellar: :any_skip_relocation, all: "f2609629267212ee0479482c3fb7d7c4a26b53e4a7059a18e08f494904ba93fa" end depends_on "python-setuptools" => :build