Skip to content

Commit ca4d472

Browse files
committed
Brew cask update for fflint version v0.0.17
1 parent 7320afc commit ca4d472

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

Casks/fflint.rb

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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

0 commit comments

Comments
 (0)