Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Apr 9, 2024
1 parent a7572be commit 7ce9041
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/parra-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ class ParraCli < Formula

on_macos do
if Hardware::CPU.intel?
url "https://github.com/Parra-Inc/parra-cli/releases/download/0.1.0/parra-cli-0.1.0.x86_64_apple_darwin.tar.gz"
sha256 "3b7655528950d5f94073ad672df54ec8e4bbc968"
url "https://github.com/Parra-Inc/parra-cli/releases/download/v0.1.7/parra-cli-0.1.7.x86_64_apple_darwin.tar.gz"
sha256 "8ca20762c198d373a0fd992e448f820cdfe701b2"

Check failure on line 12 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/Checksum: sha256 should be 64 characters
elsif Hardware::CPU.arm?
url "https://github.com/Parra-Inc/parra-cli/releases/download/0.1.0/parra-cli-0.1.0.aarch64_apple_darwin.tar.gz"
sha256 "8dd62923cb2c7f16c4c4a6448e1c01fe7771b9fd"
url "https://github.com/Parra-Inc/parra-cli/releases/download/v0.1.7/parra-cli-0.1.7.aarch64_apple_darwin.tar.gz"
sha256 "a29363d369a06536cc4fd0bccc33d24856e6b279"

Check failure on line 15 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/Checksum: sha256 should be 64 characters
end
end

Expand Down

0 comments on commit 7ce9041

Please sign in to comment.