Skip to content

Commit

Permalink
Parra CLI version "0.2.53"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 2, 2024
1 parent 6d1aae7 commit d2fac49
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.52"
ARM_SHA = "bbe8e9ed8bec0c15537c853cdb276a3c6a634923fe2bc8f3e51e0e0243c5b608"
X86_SHA = "39ec664d8c036c10febbced66a0c796c582e052b21d8d415b8c2bd1986843475"
VERSION = "0.2.53"

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 = "40873e2ad724b912f30e5ff1582e47a1c0b40ea37f97fe81f281899f48df9a5e"

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 = "964069a13294d12be6b0f909b6aeed362ef281e3ab218aef73954a147ee02e64"

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 d2fac49

Please sign in to comment.