Skip to content

Commit

Permalink
Parra CLI version "0.5.21"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Oct 7, 2024
1 parent 8987f1f commit a11fe83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/parra-cli.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION = "0.5.19"
ARM_SHA = "dbbacffd8feddd63e502ac155448fa70a4a9236d727f8e85fcaddc59f505f79d"
X86_SHA = "be6f0dcb26e914ab21bc28fafd9146d5981330222826370e1b12a480bfccef94"
VERSION = "0.5.21"

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

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.
ARM_SHA = "366265c61a82b621e3710f9a9805c30e6a2f4ad54aedcc6f261826ea42a74395"

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

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.
X86_SHA = "43ecc622961d12fa4eb096dbe869f313a0955f899114e29901bedb9e1d40876a"

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

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.
DESCRIPTION = "A utility for getting started with your next Parra.io project."

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

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.

class ParraCli < Formula
Expand Down

0 comments on commit a11fe83

Please sign in to comment.