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 5
5
class Polylint < Formula
6
6
desc "Polylint: Extensible generic linter"
7
7
homepage "https://github.com/zph/polylint"
8
- version "0.0.1-rc2 "
8
+ version "0.0.1"
9
9
license "MIT"
10
10
11
11
on_macos do
12
12
if Hardware ::CPU . intel?
13
- url "https://github.com/zph/polylint/releases/download/v0.0.1-rc2 /polylint_Darwin_x86_64.tar.gz"
14
- sha256 "a4bb1cc205663aace836eee5ad1c114643cf50a59eddfcec68122bfd4befa3a4 "
13
+ url "https://github.com/zph/polylint/releases/download/v0.0.1/polylint_Darwin_x86_64.tar.gz"
14
+ sha256 "258aae10c3667e947882ba58f0577d00f3cbcf071b80cc234a12c6d176db790b "
15
15
16
16
def install
17
17
bin . install "polylint"
18
18
end
19
19
end
20
20
if Hardware ::CPU . arm?
21
- url "https://github.com/zph/polylint/releases/download/v0.0.1-rc2 /polylint_Darwin_arm64.tar.gz"
22
- sha256 "570a22b0120e0773dce22f89d3adb453e7f4f65d27ff5a2c63c9eabaf9dbb84e "
21
+ url "https://github.com/zph/polylint/releases/download/v0.0.1/polylint_Darwin_arm64.tar.gz"
22
+ sha256 "16523d06970e2877a6a78104bf08d92ef71214d29e42accd438f96173dcc7e83 "
23
23
24
24
def install
25
25
bin . install "polylint"
@@ -29,16 +29,16 @@ def install
29
29
30
30
on_linux do
31
31
if Hardware ::CPU . intel?
32
- url "https://github.com/zph/polylint/releases/download/v0.0.1-rc2 /polylint_Linux_x86_64.tar.gz"
33
- sha256 "1610a10f55ace7d8b41a71fdf4a8c93a661deb753d7c3333662cc3f7d00aecc8 "
32
+ url "https://github.com/zph/polylint/releases/download/v0.0.1/polylint_Linux_x86_64.tar.gz"
33
+ sha256 "a27ed72eef00d89e8dbb71930b20f333b4d40e66006952e649fdb65a9a61e422 "
34
34
35
35
def install
36
36
bin . install "polylint"
37
37
end
38
38
end
39
39
if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
40
- url "https://github.com/zph/polylint/releases/download/v0.0.1-rc2 /polylint_Linux_arm64.tar.gz"
41
- sha256 "1d8457f0479f6e74d7b6e5e1c5ce185206babeb09a704dd2bd8eae17b900f2f5 "
40
+ url "https://github.com/zph/polylint/releases/download/v0.0.1/polylint_Linux_arm64.tar.gz"
41
+ sha256 "34bd974561ddd5ef462872454198a6103957373da72d5c7d03efad13abddcc9d "
42
42
43
43
def install
44
44
bin . install "polylint"
You can’t perform that action at this time.
0 commit comments