File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # This file was generated by GoReleaser. DO NOT EDIT.
2+ cask "fftools" do
3+ name "fftools"
4+ desc "Utilities for analyzing, viewing and fixing file formats."
5+ homepage "https://tools.fileformat.info/"
6+ version "0.1.6"
7+
8+ livecheck do
9+ skip "Auto-generated on release."
10+ end
11+
12+ binary "asciify"
13+ binary "asciitable"
14+ binary "bytecount"
15+ binary "certinfo"
16+ binary "ghash"
17+ binary "hexdumpc"
18+ binary "hosty"
19+ binary "unhexdump"
20+ binary "unicount"
21+ binary "uniwhat"
22+ binary "urly"
23+
24+ on_macos do
25+ on_intel do
26+ url "https://github.com/FileFormatInfo/fftools/releases/download/#{ version } /fftools_Darwin_x86_64.tar.gz"
27+ sha256 "34b3e51309d5777bdcae4cfabbda2ff706ae11cc14a97b35d81c7f433351d93c"
28+ end
29+ on_arm do
30+ url "https://github.com/FileFormatInfo/fftools/releases/download/#{ version } /fftools_Darwin_arm64.tar.gz"
31+ sha256 "790ffc89b610094733a9f190907d414fa4748d32a7b4577832fc0d7538e66725"
32+ end
33+ end
34+
35+ on_linux do
36+ on_intel do
37+ url "https://github.com/FileFormatInfo/fftools/releases/download/#{ version } /fftools_Linux_x86_64.tar.gz"
38+ sha256 "a2b20b396395c8acd90fe8c8421315aace63a2e5f246b7949d6ccb58f6a787bf"
39+ end
40+ on_arm do
41+ url "https://github.com/FileFormatInfo/fftools/releases/download/#{ version } /fftools_Linux_arm64.tar.gz"
42+ sha256 "33711a28cd8f83660a9050c5e14335ec7f8fd8217f5d0f8d5913a181a752029e"
43+ end
44+ end
45+
46+ # No zap stanza required
47+ end
You can’t perform that action at this time.
0 commit comments