Skip to content

Commit

Permalink
fix(jpki-cli): Use on_intel directive
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Oct 20, 2023
1 parent 3f5c92b commit a4418cc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Formula/jpki-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ def install
end

on_linux do
url "https://github.com/siketyan/jpki-rs/releases/download/0.3.0/jpki-cli-x86_64-unknown-linux-gnu.tar.gz"
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"
sha256 "47f77a6d374059caa48566806fc72e30c5e53a876b0851c9ac49bc07d5ae8117"

def install
bin.install "jpki-cli"
def install
bin.install "jpki-cli"
end
end
end

Expand Down

0 comments on commit a4418cc

Please sign in to comment.