Skip to content

Commit

Permalink
Parra CLI version "0.1.64"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 7, 2024
1 parent 1018739 commit 679c2bf
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.1.63"
ARM_SHA = "f998e38b3027701822e18284ee5b80409c056fefc4dc1c6c25825d8801bcc6ae"
X86_SHA = "1196f03011c70fe135b324d587ee56a04bd74231276d02aeac85a0302da474b0"
VERSION = "0.1.64"

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 = "5384051aec59a19d2cfe9011949900bf579fb801c62c1288f85e87c7841fd288"

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

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 679c2bf

Please sign in to comment.