Skip to content

Commit

Permalink
Parra CLI version "0.2.10"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 14, 2024
1 parent 0098961 commit d0e0380
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.2.8"
ARM_SHA = "78aea463ea2bff880b7a0fad8b35f1ca3a6c8936cc2c75838d1eb20b05a21eb5"
X86_SHA = "7d270096bbed0253ea000b8d9592db1a662151e8269b1e6b50d291d3ba0bb329"
VERSION = "0.2.10"

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.

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

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

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

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.

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

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

Style/MutableConstant: Freeze mutable objects assigned to constants.
X86_SHA = "006d4f26fd093a992ea44562d2f50d8801e5c39fee5e43a2b292d2aeed8526cc"

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.

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

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

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.

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

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

Style/MutableConstant: Freeze mutable objects assigned to constants.

class ParraCli < Formula
Expand Down

0 comments on commit d0e0380

Please sign in to comment.