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 "fflint" do
3+ name "fflint"
4+ desc "File formt linter"
5+ homepage "https://www.fflint.dev/"
6+ version "0.0.17"
7+
8+ livecheck do
9+ skip "Auto-generated on release."
10+ end
11+
12+ binary "fflint"
13+ bash_completion "completions/fflint.bash"
14+ zsh_completion "completions/fflint.zsh"
15+ fish_completion "completions/fflint.fish"
16+
17+ on_macos do
18+ on_intel do
19+ url "https://github.com/FileFormatInfo/fflint/releases/download/v#{ version } /fflint_Darwin_x86_64.tar.gz"
20+ sha256 "b8e5c4e8ff4b839d646423f37af3cc907b2b405ded7a6fdbd1b4009ab4592bff"
21+ end
22+ on_arm do
23+ url "https://github.com/FileFormatInfo/fflint/releases/download/v#{ version } /fflint_Darwin_arm64.tar.gz"
24+ sha256 "cef0d9b66e9606be804dcd77a097b4e5a3096fb28c8b932d908080a4630f4b8f"
25+ end
26+ end
27+
28+ on_linux do
29+ on_intel do
30+ url "https://github.com/FileFormatInfo/fflint/releases/download/v#{ version } /fflint_Linux_x86_64.tar.gz"
31+ sha256 "2d39d6819b724dddf7371ef9f72c6652e23b49c287e3dbc3d9162c88a5de20bc"
32+ end
33+ on_arm do
34+ url "https://github.com/FileFormatInfo/fflint/releases/download/v#{ version } /fflint_Linux_arm64.tar.gz"
35+ sha256 "6a1c7ef3f6ec85fcd046b4ecb74ca079e2d4290465d61f0d589fa55c6cb522f1"
36+ end
37+ end
38+
39+ postflight do
40+ if OS . mac?
41+ system_command "/usr/bin/xattr" , args : [ "-dr" , "com.apple.quarantine" , "#{ staged_path } /fflint" ]
42+ end
43+ end
44+
45+ # No zap stanza required
46+ end
You can’t perform that action at this time.
0 commit comments