Skip to content

Commit

Permalink
Parra CLI version "0.2.41"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 31, 2024
1 parent f07e9be commit 259554a
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.39"
ARM_SHA = "6066cac43a9aff15add8f61b041ba72d5995081c0bd7560ec036b7003997a36a"
X86_SHA = "3f423cfd51d9770cae37e7d42779491270ed907a960aa1b665ca84aca37b6696"
VERSION = "0.2.41"

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

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 = "831c80d8004757f21eb6a43a53f2989b08b0a3d07699655332667b65ebc01ac6"

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 259554a

Please sign in to comment.