|
3 | 3 | name "fftools" |
4 | 4 | desc "Utilities for analyzing, viewing and fixing file formats." |
5 | 5 | homepage "https://tools.fileformat.info/" |
6 | | - version "0.1.7" |
| 6 | + version "0.1.8" |
7 | 7 |
|
8 | 8 | livecheck do |
9 | 9 | skip "Auto-generated on release." |
|
24 | 24 | on_macos do |
25 | 25 | on_intel do |
26 | 26 | url "https://github.com/FileFormatInfo/fftools/releases/download/#{version}/fftools_Darwin_x86_64.tar.gz" |
27 | | - sha256 "fcc900d7d578269633d5ff2e735de416521d3f65fcca8b75084a4d6d8ffbc9ec" |
| 27 | + sha256 "d862091d9ffbb618fd650c37ea0167b4460fc2f2e0fcc0c9c9fad715dd5e5c5e" |
28 | 28 | end |
29 | 29 | on_arm do |
30 | 30 | url "https://github.com/FileFormatInfo/fftools/releases/download/#{version}/fftools_Darwin_arm64.tar.gz" |
31 | | - sha256 "ab239fdfc8310352671a1c8ec47523d60e119e547e69faa81ba450b572c1e5f8" |
| 31 | + sha256 "cf9e357ad03feb79094a5496f4d75c9af366aaddafebec9373946cf873a7258b" |
32 | 32 | end |
33 | 33 | end |
34 | 34 |
|
35 | 35 | on_linux do |
36 | 36 | on_intel do |
37 | 37 | url "https://github.com/FileFormatInfo/fftools/releases/download/#{version}/fftools_Linux_x86_64.tar.gz" |
38 | | - sha256 "c63774f4942b42d703928db52912ccc2d0d61f9bcc52f8fc4a062f7b1ed7aff6" |
| 38 | + sha256 "f725c88b275164e9bb9922d22fbf255c7723f78af30bf8d1ad8acc3ce5916927" |
39 | 39 | end |
40 | 40 | on_arm do |
41 | 41 | url "https://github.com/FileFormatInfo/fftools/releases/download/#{version}/fftools_Linux_arm64.tar.gz" |
42 | | - sha256 "79303da4442ad30fbe70ef5e26f129acde48bb90cd3482797b6bd95fee347651" |
| 42 | + sha256 "51ecfbdc2da34496acbe8f143bd5190f3869cab8cd6ca8ebceaa163fb5b5b710" |
43 | 43 | end |
44 | 44 | end |
45 | 45 |
|
46 | 46 | postflight do |
47 | 47 | 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"] |
49 | 59 | end |
50 | 60 | end |
51 | 61 |
|
|
0 commit comments