Skip to content

Commit

Permalink
Parra CLI version "0.14.4"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Nov 5, 2024
1 parent 37da5a5 commit a969da6
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.14.3"
ARM_SHA = "894635a42ea9e24b3ef344e80edaac6a60980fede025efde4522d6306c421c90"
X86_SHA = "ead5de7e971d90ed110cd7f0d132da69f7263662a04d691652cda0ca70384867"
VERSION = "0.14.4"

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 = "83e5fd3ca6a6264fed4490f6ae19c2b5843b55f0cde45f5c926e00d47ec7f1b2"

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 = "124dd65785c73e760e225b6ba1898fdc7d0feb31a024a3ba76085d6a994680c9"

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 a969da6

Please sign in to comment.