From 2abc6cd4cfab718ebfa05945b2db111e68eb70ad Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 26 May 2023 05:17:08 +0000 Subject: [PATCH] mesa 23.1.1 --- Formula/mesa.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/mesa.rb b/Formula/mesa.rb index fe6861e43ffe9..d0a78629dc752 100644 --- a/Formula/mesa.rb +++ b/Formula/mesa.rb @@ -4,13 +4,12 @@ class Mesa < Formula desc "Graphics Library" homepage "https://www.mesa3d.org/" license "MIT" - revision 1 head "https://gitlab.freedesktop.org/mesa/mesa.git", branch: "main" stable do # TODO: Check if we can use unversioned `llvm` at version bump. - url "https://mesa.freedesktop.org/archive/mesa-22.3.6.tar.xz" - sha256 "4ec8ec65dbdb1ee9444dba72970890128a19543a58cf05931bd6f54f124e117f" + url "https://mesa.freedesktop.org/archive/mesa-23.1.1.tar.xz" + sha256 "a2679031ed5b73b29c4f042ac64d96f83b0cfe4858617de32e2efc196c653a40" patch do url "https://raw.githubusercontent.com/Homebrew/formula-patches/f0a40cf7d70ee5a25639b91d9a8088749a2dd04e/mesa/fix-build-on-macOS.patch"