Skip to content

Commit 7320afc

Browse files
committed
Brew cask update for fftools version 0.1.8
1 parent a0852d3 commit 7320afc

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

Casks/fftools.rb

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name "fftools"
44
desc "Utilities for analyzing, viewing and fixing file formats."
55
homepage "https://tools.fileformat.info/"
6-
version "0.1.7"
6+
version "0.1.8"
77

88
livecheck do
99
skip "Auto-generated on release."
@@ -24,28 +24,38 @@
2424
on_macos do
2525
on_intel do
2626
url "https://github.com/FileFormatInfo/fftools/releases/download/#{version}/fftools_Darwin_x86_64.tar.gz"
27-
sha256 "fcc900d7d578269633d5ff2e735de416521d3f65fcca8b75084a4d6d8ffbc9ec"
27+
sha256 "d862091d9ffbb618fd650c37ea0167b4460fc2f2e0fcc0c9c9fad715dd5e5c5e"
2828
end
2929
on_arm do
3030
url "https://github.com/FileFormatInfo/fftools/releases/download/#{version}/fftools_Darwin_arm64.tar.gz"
31-
sha256 "ab239fdfc8310352671a1c8ec47523d60e119e547e69faa81ba450b572c1e5f8"
31+
sha256 "cf9e357ad03feb79094a5496f4d75c9af366aaddafebec9373946cf873a7258b"
3232
end
3333
end
3434

3535
on_linux do
3636
on_intel do
3737
url "https://github.com/FileFormatInfo/fftools/releases/download/#{version}/fftools_Linux_x86_64.tar.gz"
38-
sha256 "c63774f4942b42d703928db52912ccc2d0d61f9bcc52f8fc4a062f7b1ed7aff6"
38+
sha256 "f725c88b275164e9bb9922d22fbf255c7723f78af30bf8d1ad8acc3ce5916927"
3939
end
4040
on_arm do
4141
url "https://github.com/FileFormatInfo/fftools/releases/download/#{version}/fftools_Linux_arm64.tar.gz"
42-
sha256 "79303da4442ad30fbe70ef5e26f129acde48bb90cd3482797b6bd95fee347651"
42+
sha256 "51ecfbdc2da34496acbe8f143bd5190f3869cab8cd6ca8ebceaa163fb5b5b710"
4343
end
4444
end
4545

4646
postflight do
4747
if OS.mac?
48-
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/*"]
48+
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/asciify"]
49+
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/asciitable"]
50+
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/bytecount"]
51+
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/certinfo"]
52+
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/ghash"]
53+
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/hexdumpc"]
54+
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/hosty"]
55+
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/unhexdump"]
56+
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/unicount"]
57+
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/uniwhat"]
58+
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/urly"]
4959
end
5060
end
5161

0 commit comments

Comments
 (0)