We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5c92b commit a4418ccCopy full SHA for a4418cc
Formula/jpki-cli.rb
@@ -18,11 +18,13 @@ def install
18
end
19
20
on_linux do
21
- url "https://github.com/siketyan/jpki-rs/releases/download/0.3.0/jpki-cli-x86_64-unknown-linux-gnu.tar.gz"
22
- sha256 "47f77a6d374059caa48566806fc72e30c5e53a876b0851c9ac49bc07d5ae8117"
+ on_intel do
+ url "https://github.com/siketyan/jpki-rs/releases/download/0.3.0/jpki-cli-x86_64-unknown-linux-gnu.tar.gz"
23
+ sha256 "47f77a6d374059caa48566806fc72e30c5e53a876b0851c9ac49bc07d5ae8117"
24
- def install
25
- bin.install "jpki-cli"
+ def install
26
+ bin.install "jpki-cli"
27
+ end
28
29
30
0 commit comments