Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tin 2.6.4 #202306

Merged
merged 2 commits into from
Dec 24, 2024
Merged

tin 2.6.4 #202306

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions Formula/t/tin.rb
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand All @@ -35,7 +33,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}",
Expand Down
Loading