From b80507ca7ad86628c003cc8fbb574c8cd199bbed Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 27 Feb 2025 07:56:03 +0000 Subject: [PATCH 1/2] fnt 1.9 fnt: needs md5sha1sum for sonoma or older builds Signed-off-by: Rui Chen --- Formula/f/fnt.rb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Formula/f/fnt.rb b/Formula/f/fnt.rb index 0b5becbb9beca..e6c469a272704 100644 --- a/Formula/f/fnt.rb +++ b/Formula/f/fnt.rb @@ -1,8 +1,8 @@ class Fnt < Formula desc "Apt for fonts, the missing font manager for macOS/linux" homepage "https://github.com/alexmyczko/fnt" - url "https://github.com/alexmyczko/fnt/archive/refs/tags/1.8.tar.gz" - sha256 "9d0888ead98aae4d47ecb23d8208d4d48faea1c1628d49d00cea7c795afb8b65" + url "https://github.com/alexmyczko/fnt/archive/refs/tags/1.9.tar.gz" + sha256 "4801b58e007aa5d84b112afbea3a5e449fb8d73124fb34182efe228fc37ac3e0" license "MIT" bottle do @@ -18,6 +18,10 @@ class Fnt < Formula depends_on "lcdf-typetools" depends_on "xz" + on_macos do + depends_on "md5sha1sum" + end + def install bin.install "fnt" man1.install "fnt.1" From 445429770c416b7229fa02868afa53746f8dc41f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 27 Feb 2025 19:17:26 +0000 Subject: [PATCH 2/2] fnt: update 1.9 bottle. --- Formula/f/fnt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/f/fnt.rb b/Formula/f/fnt.rb index e6c469a272704..6d2e8dc996850 100644 --- a/Formula/f/fnt.rb +++ b/Formula/f/fnt.rb @@ -6,12 +6,12 @@ class Fnt < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c203667f19a6d4c8380bea8d798f2796562bf5cf8a7e3e0110ea44c0714984b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c203667f19a6d4c8380bea8d798f2796562bf5cf8a7e3e0110ea44c0714984b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5c203667f19a6d4c8380bea8d798f2796562bf5cf8a7e3e0110ea44c0714984b" - sha256 cellar: :any_skip_relocation, sonoma: "ee0fc8f0dd7c4b3d122d870fb2e3c8591d33f69c8510dd85bf7dda90e2e0205f" - sha256 cellar: :any_skip_relocation, ventura: "ee0fc8f0dd7c4b3d122d870fb2e3c8591d33f69c8510dd85bf7dda90e2e0205f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5c203667f19a6d4c8380bea8d798f2796562bf5cf8a7e3e0110ea44c0714984b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7643970e5f382eee3b375961250697f97f3699b4d6372629ec8aeda86826ddde" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "7643970e5f382eee3b375961250697f97f3699b4d6372629ec8aeda86826ddde" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7643970e5f382eee3b375961250697f97f3699b4d6372629ec8aeda86826ddde" + sha256 cellar: :any_skip_relocation, sonoma: "8285538de10d36c7c20adf1275759cfbba3d3dc44c7852e9d69938a3c9b74562" + sha256 cellar: :any_skip_relocation, ventura: "8285538de10d36c7c20adf1275759cfbba3d3dc44c7852e9d69938a3c9b74562" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7643970e5f382eee3b375961250697f97f3699b4d6372629ec8aeda86826ddde" end depends_on "chafa"