Skip to content

Commit

Permalink
fnt 1.9
Browse files Browse the repository at this point in the history
fnt: needs md5sha1sum for sonoma or older builds

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Feb 27, 2025
1 parent e6f19bd commit b80507c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Formula/f/fnt.rb
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down

0 comments on commit b80507c

Please sign in to comment.