Skip to content

Commit 224e76b

Browse files
committed
Brew cask update for fflint version v0.0.22
1 parent 1ebdcb4 commit 224e76b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Casks/fflint.rb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,37 @@
33
name "fflint"
44
desc "File formt linter"
55
homepage "https://www.fflint.dev/"
6-
version "0.0.19"
6+
version "0.0.22"
77

88
livecheck do
99
skip "Auto-generated on release."
1010
end
1111

1212
binary "fflint"
13+
manpage "manpages/fflint.1.gz"
1314
bash_completion "completions/fflint.bash"
1415
zsh_completion "completions/fflint.zsh"
1516
fish_completion "completions/fflint.fish"
1617

1718
on_macos do
1819
on_intel do
1920
url "https://github.com/FileFormatInfo/fflint/releases/download/v#{version}/fflint_Darwin_x86_64.tar.gz"
20-
sha256 "08baccb65f702ea2a7e54a6463c0bb836ea0bedab7cc2f25d53a5345a5d43da8"
21+
sha256 "67e77b3574f1dbf664cf493a047021d6b7a5c629227314023aacb635a3685317"
2122
end
2223
on_arm do
2324
url "https://github.com/FileFormatInfo/fflint/releases/download/v#{version}/fflint_Darwin_arm64.tar.gz"
24-
sha256 "351411f4fdaf5ee21b0a1f58de49e3e9f7f174f4676bac552bc021289ed9e77e"
25+
sha256 "71e06cfd6f9278c1d59c607d73e69b3dc32cbd0b0a1830da663cd6fe2c3ca203"
2526
end
2627
end
2728

2829
on_linux do
2930
on_intel do
3031
url "https://github.com/FileFormatInfo/fflint/releases/download/v#{version}/fflint_Linux_x86_64.tar.gz"
31-
sha256 "8831aa83352165d98b6312255f40d4774fb25f48ae404ba1ba171529c6032874"
32+
sha256 "bc076d821726de2e2c8e32455cc1b95a5e533d36dc736d9ee360cc0e7fd3d67b"
3233
end
3334
on_arm do
3435
url "https://github.com/FileFormatInfo/fflint/releases/download/v#{version}/fflint_Linux_arm64.tar.gz"
35-
sha256 "5b09a2d76d9e6ef8699bb7e5b6d7dcf19885e71cc3ce986b2f5f943afe9cd909"
36+
sha256 "100ce9c39670da6e5be533d661e0cb4c6e7d9966bf6d7505ce0c49ea304dc5b4"
3637
end
3738
end
3839

0 commit comments

Comments
 (0)