Skip to content

Commit

Permalink
Parra CLI version "0.14.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Nov 4, 2024
1 parent bbbe5be commit 37da5a5
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.2"
ARM_SHA = "e95c95f826e2478e5dcc7c68fc5c63ff9870c070a873212bcd0315bfee5a3863"
X86_SHA = "d6ccd74a25c35a55fd13375b6804516d155d4485fc3e008a7edf93d6fcea906d"
VERSION = "0.14.3"

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 = "894635a42ea9e24b3ef344e80edaac6a60980fede025efde4522d6306c421c90"

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

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 37da5a5

Please sign in to comment.