From 097a506ae8934922eb37848cfb6b401249c230ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Dec 2024 02:35:31 +0000 Subject: [PATCH 1/2] tin 2.6.4 tin: update build Signed-off-by: Rui Chen --- Formula/t/tin.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/t/tin.rb b/Formula/t/tin.rb index e880d0b54acf8..f4e46c95f16ad 100644 --- a/Formula/t/tin.rb +++ b/Formula/t/tin.rb @@ -1,8 +1,8 @@ class Tin < Formula desc "Threaded, NNTP-, and spool-based UseNet newsreader" homepage "http://www.tin.org" - url "https://sunsite.icm.edu.pl/pub/unix/news/tin/v2.6/tin-2.6.3.tar.xz" - sha256 "bf7ae8cfdc6ab6bc5aced4f08cf13687d8d6f9fa4be1690dfda5d123188d2217" + url "https://sunsite.icm.edu.pl/pub/unix/news/tin/v2.6/tin-2.6.4.tar.xz" + sha256 "c66a1e8db30ddabe7e3313e6870f7877fe20f0da99afb65db3d8c41012fe55f7" license "BSD-3-Clause" livecheck do @@ -35,7 +35,7 @@ class Tin < Formula def install # Remove bundled libraries - %w[intl pcre].each { |l| rm_r(buildpath/l) } + rm_r buildpath/"pcre" system "./configure", *std_configure_args, "--mandir=#{man}", From 15552c1a19ccf7e87c4bc0ded5ba47c61857237f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:58:26 +0000 Subject: [PATCH 2/2] tin: update 2.6.4 bottle. --- Formula/t/tin.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/t/tin.rb b/Formula/t/tin.rb index f4e46c95f16ad..2ddd6c6728a3e 100644 --- a/Formula/t/tin.rb +++ b/Formula/t/tin.rb @@ -11,14 +11,12 @@ class Tin < Formula end bottle do - sha256 arm64_sequoia: "0c24e34c9826132f8b79ab510c972948b6dfe5398deff08b918d86aed357271b" - sha256 arm64_sonoma: "9b40007fa88eb76e74741528e34dc7418d27a7f0b14138998f6e886f7dd75125" - sha256 arm64_ventura: "c355639ee07efc5e91c2a83bef8f43d1b1065b71ae275c34141cc52e36a17e9d" - sha256 arm64_monterey: "feb75a463cbc2f5773e421daa639681b62fec4070bddc9471bfc43773dee1339" - sha256 sonoma: "c48a6ac3dd5f0225cba6caf19d7628e982ea92db0e2b5f500ac84e98f30563d2" - sha256 ventura: "520261f163f2bc6b7165f86a8527d2148d65e3db7938306ae2842c8db775a2b0" - sha256 monterey: "c0a4f84da414866ea207c136f06517895e91337c513f8163aa22faa972a9cc0b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "adc0899e6ec8ca68f5a7a8957dd26c64541bea25a155f208df11aee482a35b29" + sha256 arm64_sequoia: "3d597df858bc4fffb3f8be38154eaf650d981fbd36a609e1a0eb8b1113a01086" + sha256 arm64_sonoma: "e729c23660a5a51cb38391405c50fec69f2713c8517e319e4f425894ac1d98c5" + sha256 arm64_ventura: "0bab093b5385450e3f87471243afe4b341443a141b971f5a02f7ad82a161f13b" + sha256 sonoma: "b426577ee9e85591383eb389a0b2077228699af99fe7f7fdf5cc942f8b486264" + sha256 ventura: "e9ee890eefb1b3cdde1c3c4420fab41c632163b30ce7429d74a67bf03b092fd6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7da69315726b0f03dd42918f5e545befd3afc660d08f2b6ec70f1a651c421abb" end depends_on "pcre2"