From 6c4ead94422c95f080b0927a5f762be66ef3ef56 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Wed, 24 May 2023 08:49:22 -0700 Subject: [PATCH 1/2] utftex 1.18 utftex: add build patch --- Formula/utftex.rb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Formula/utftex.rb b/Formula/utftex.rb index 71738a71ad5ed..c8be8b17ba0ac 100644 --- a/Formula/utftex.rb +++ b/Formula/utftex.rb @@ -1,8 +1,8 @@ class Utftex < Formula desc "Pretty print math in monospace fonts, using a TeX-like syntax" homepage "https://github.com/bartp5/libtexprintf" - url "https://github.com/bartp5/libtexprintf/archive/refs/tags/v1.17.tar.gz" - sha256 "2fb425b90182bf5cbfcdd7daff88e50df53eb00262a77033dc2ac0b9168b2b4c" + url "https://github.com/bartp5/libtexprintf/archive/refs/tags/v1.18.tar.gz" + sha256 "ff39c33629ae9bc6f8782b9fdfa14a240a75ee3a3bf80d02f95bf31c522f9e31" license "GPL-3.0-only" bottle do @@ -19,6 +19,13 @@ class Utftex < Formula depends_on "automake" => :build depends_on "libtool" => :build + # Fixes race condition in Makefile + # Remove in next release + patch do + url "https://github.com/bartp5/libtexprintf/commit/65fb91ab307f3185278fca354f21f4c282cc7154.patch?full_index=1" + sha256 "23d67a77fc27ecfb7c9c600db2eeb58eb78fe0ef1d23e00415e9cc08fdd1620a" + end + def install system "./autogen.sh" system "./configure", *std_configure_args, "--disable-silent-rules" From a212e110521919d84d71f4ab238b4cf9d6c6bbd1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 24 May 2023 19:57:41 +0000 Subject: [PATCH 2/2] utftex: update 1.18 bottle. --- Formula/utftex.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/utftex.rb b/Formula/utftex.rb index c8be8b17ba0ac..2e1e90b882fd6 100644 --- a/Formula/utftex.rb +++ b/Formula/utftex.rb @@ -6,13 +6,13 @@ class Utftex < Formula license "GPL-3.0-only" bottle do - sha256 cellar: :any, arm64_ventura: "3a4da71f7f027ba3a2276bb9eb0db3bc915fc5216a694e3308d7eb5432e2dd5e" - sha256 cellar: :any, arm64_monterey: "80f2a270a1af94beddc7cbaafb1376ffb5bceb2a968f40bb711bf181a58107b7" - sha256 cellar: :any, arm64_big_sur: "57c6f6a6351522ea6518359bd78917aaa859c26d7a63d62062aeb03ce55aef35" - sha256 cellar: :any, ventura: "660fa6e66d45a758864d5f2735bc8d79c7f2ea997074142da2f77d6cd0f2b93c" - sha256 cellar: :any, monterey: "8a89f30618815e1bfd567f39e8c23fd8f80d7df8dbc2da75f1edf6ab4f4ec4a7" - sha256 cellar: :any, big_sur: "8ee1912853bc53d698dbb3cfadfaf71db746e62601fc1ee5d4362eff9a9d133e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6ec676912901c26bc8f6b453d3c0f9cdc5f041ea29d2b3ceda50e24bd91e8451" + sha256 cellar: :any, arm64_ventura: "af1e18aa043166b7bc501d7df5339acbb34172e08e8bd0f268c815cb22bf21f4" + sha256 cellar: :any, arm64_monterey: "8e9f5976d421de534701d624b895104e3a30c6084bba822c57cf57c0f73d3a1b" + sha256 cellar: :any, arm64_big_sur: "2e948b5fdd3bb115fd246de90cac5cccb68e73c65ea36a854dac6736582a19db" + sha256 cellar: :any, ventura: "11e61d5f0a3430fa190488d403606f7ca80a43ca8781dd8899c271338d1835c5" + sha256 cellar: :any, monterey: "ab61d9f5c135fea6412d46690cb01b6e4a9b65faa4e07aab129f7c31414d5201" + sha256 cellar: :any, big_sur: "398f48bcc28daa596e91c5a4cc27d3702de79ad16ab72ad5667dbae6260e1a84" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e5ba1f8f606e664f5c662287c4ffdf5c829cd5f81c489d225959046fe9d2f767" end depends_on "autoconf" => :build