Skip to content

Commit

Permalink
Parra CLI version "0.5.15"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Oct 4, 2024
1 parent 422ab1a commit 05b2609
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.14"
ARM_SHA = "e11c4be45008e85d6dcde8d60c5ee679758f7fc4e903957a241530e0bc52aa1e"
X86_SHA = "31532fc4d9e71cac3c4916b1fc4a8d25048c016e220b81b31b8dcc59a94ef93e"
VERSION = "0.5.15"

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 = "de96826f67d795dea3d4c629f904652cee7835e54a8eb6637e5981559c60316e"

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 = "3242cd9d85e07dc25bb22373e458655f69ec11d8afa428bf93640dfab596d79a"

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 05b2609

Please sign in to comment.