Skip to content

Commit

Permalink
Parra CLI version "0.5.11"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Oct 2, 2024
1 parent fee3dea commit e5aaff1
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.10"
ARM_SHA = "0bd92f086d1a3e873b81b1f2a4602f8611531f403af5bc3fbba6ddbb833c309b"
X86_SHA = "b1e6d4d13681fbb1db2231517f332ee0a0e9ee28f32f5ad4cc22521333dbbad0"
VERSION = "0.5.11"

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 = "79249d0c7530eb49e08302de74f1b2e7155f3fbb5327621c78ca4d724eb315dd"

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 = "8429d90caf2d2300127dba15f7bbf6e1fd70c1fe4034e83404ba563c6e596957"

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 e5aaff1

Please sign in to comment.