File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 55class Polylint < Formula
66 desc "Polylint: Extensible generic linter"
77 homepage "https://github.com/zph/polylint"
8- version "0.0.2 "
8+ version "0.0.3 "
99 license "MIT"
1010
1111 on_macos do
1212 if Hardware ::CPU . intel?
13- url "https://github.com/zph/polylint/releases/download/v0.0.2 /polylint_darwin_x86_64.tar.gz"
14- sha256 "a4d091dc3ca615d3d6b9bf51ee8ddec4ad1e7c884e9eb010715c6f0ba907fd7a "
13+ url "https://github.com/zph/polylint/releases/download/v0.0.3 /polylint_darwin_x86_64.tar.gz"
14+ sha256 "875da672de60ddf67e7d94f743e38aeb6d12c6bb9cd639a0556c1cb7ec5b5c72 "
1515
1616 def install
1717 bin . install "polylint"
1818 end
1919 end
2020 if Hardware ::CPU . arm?
21- url "https://github.com/zph/polylint/releases/download/v0.0.2 /polylint_darwin_arm64.tar.gz"
22- sha256 "9f4ca6a70308baf67dbb2bc2b1deecb9d6e7a11ca37bb93d052588fb70a87b57 "
21+ url "https://github.com/zph/polylint/releases/download/v0.0.3 /polylint_darwin_arm64.tar.gz"
22+ sha256 "836ecad62c0578c9ece92628cb86afa141aad09bc61269ce0b630a92d75b167d "
2323
2424 def install
2525 bin . install "polylint"
@@ -29,16 +29,16 @@ def install
2929
3030 on_linux do
3131 if Hardware ::CPU . intel?
32- url "https://github.com/zph/polylint/releases/download/v0.0.2 /polylint_linux_x86_64.tar.gz"
33- sha256 "3556cddbd692e36178473f9650c349708190948ebf2e488a7e4357e3dc7c0e8b "
32+ url "https://github.com/zph/polylint/releases/download/v0.0.3 /polylint_linux_x86_64.tar.gz"
33+ sha256 "c43386d61898f9bc04051ef55c0977d22dfecf8a1176930c314ff374efe2b255 "
3434
3535 def install
3636 bin . install "polylint"
3737 end
3838 end
3939 if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
40- url "https://github.com/zph/polylint/releases/download/v0.0.2 /polylint_linux_arm64.tar.gz"
41- sha256 "daa096cd504744f422b3917bb10bfb4b981b41d2dfcc4ef71ea9ffbba7bd6670 "
40+ url "https://github.com/zph/polylint/releases/download/v0.0.3 /polylint_linux_arm64.tar.gz"
41+ sha256 "32aad77d883b9f6acc8d37098679a0f890e4150bcfd42c34be86ecc9887d03ce "
4242
4343 def install
4444 bin . install "polylint"
You can’t perform that action at this time.
0 commit comments