|
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.9" |
| 6 | + version "0.1.10" |
7 | 7 |
|
8 | 8 | livecheck do |
9 | 9 | skip "Auto-generated on release." |
|
16 | 16 | binary "ghash" |
17 | 17 | binary "hexdumpc" |
18 | 18 | binary "hosty" |
| 19 | + binary "jsonfmt" |
| 20 | + binary "luhncheck" |
| 21 | + binary "luhngen" |
19 | 22 | binary "unhexdump" |
20 | 23 | binary "unicount" |
21 | 24 | binary "uniwhat" |
|
24 | 27 | on_macos do |
25 | 28 | on_intel do |
26 | 29 | url "https://github.com/FileFormatInfo/fftools/releases/download/#{version}/fftools_Darwin_x86_64.tar.gz" |
27 | | - sha256 "054c0d608452cd01d3709a0fbc1c3cc3fb0f56596b3003c5ab30d0e86cc69735" |
| 30 | + sha256 "6f4eb97666af525ff2f060751d852ada71c30c646eff00b3b5ea8947128a1319" |
28 | 31 | end |
29 | 32 | on_arm do |
30 | 33 | url "https://github.com/FileFormatInfo/fftools/releases/download/#{version}/fftools_Darwin_arm64.tar.gz" |
31 | | - sha256 "30f635b95aed3ba416aeddecd29d14e058c40a7d6f752a63ece3bed981e37a97" |
| 34 | + sha256 "3bea23caead5872c9cfc9be0fd54fb6a6d34d1bd5fae9ca8382369f5589ffc61" |
32 | 35 | end |
33 | 36 | end |
34 | 37 |
|
35 | 38 | on_linux do |
36 | 39 | on_intel do |
37 | 40 | url "https://github.com/FileFormatInfo/fftools/releases/download/#{version}/fftools_Linux_x86_64.tar.gz" |
38 | | - sha256 "17df8daeb897a844aa6973008b7749e8573d91e2e692e349eaed46842dca8942" |
| 41 | + sha256 "b83ea2aefe144e131e6027bbc187c460a8bebd7c8464a4bb0697ec34a7c13e93" |
39 | 42 | end |
40 | 43 | on_arm do |
41 | 44 | url "https://github.com/FileFormatInfo/fftools/releases/download/#{version}/fftools_Linux_arm64.tar.gz" |
42 | | - sha256 "e3f5213878371ee2b9d4f1ecf904fa8198d415b80a7ba56140aad1146beaa570" |
| 45 | + sha256 "6bf2a8e9b74d38bb05f8f5e8312a6f3fff3fe9b6ef2e093441932b8106aa2775" |
43 | 46 | end |
44 | 47 | end |
45 | 48 |
|
|
52 | 55 | system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/ghash"] |
53 | 56 | system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/hexdumpc"] |
54 | 57 | system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/hosty"] |
| 58 | + system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/jsonfmt"] |
| 59 | + system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/luhncheck"] |
| 60 | + system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/luhngen"] |
55 | 61 | system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/unhexdump"] |
56 | 62 | system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/unicount"] |
57 | 63 | system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/uniwhat"] |
|
0 commit comments