Skip to content

Commit

Permalink
Arm not aarch
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Jan 21, 2024
1 parent c82fe6f commit 25724fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Casks/companion.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cask "companion" do
arch aarch: "aarch64", intel: "x64"
arch arm: "aarch64", intel: "x64"

version "0.0.31"
sha256 aarch: "0c4d4afc31ded13fafdc4b58b6ae9447856c706cad34e2b5c5cc7161213f50c7",
sha256 arm: "0c4d4afc31ded13fafdc4b58b6ae9447856c706cad34e2b5c5cc7161213f50c7",

Check failure on line 5 in Casks/companion.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/HashAlignment: Align the keys and values of a hash literal if they span more than one line.
intel: "0c4d4afc31ded13fafdc4b58b6ae9447856c706cad34e2b5c5cc7161213f50c7"

url "https://github.com/music-assistant/companion/releases/download/v#{version}/Music.Assistant.Companion_#{arch}.app.tar.gz"
Expand Down

0 comments on commit 25724fb

Please sign in to comment.