Skip to content

Commit

Permalink
Fix asiodja
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Jan 21, 2024
1 parent 234f80d commit ed70bdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Casks/companion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
sha256 arm: "0c4d4afc31ded13fafdc4b58b6ae9447856c706cad34e2b5c5cc7161213f50c7",
intel: "0c4d4afc31ded13fafdc4b58b6ae9447856c706cad34e2b5c5cc7161213f50c7"

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

Check failure on line 9 in Casks/companion.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Layout/ArgumentAlignment: Align the arguments of a method call if they span more than one line.

Check failure on line 9 in Casks/companion.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Cask/Url: Verified URL parameter value should not contain a URL scheme.
name "Music-Assistant-Companion"
desc "App for music assistant"
homepage "https://music-assistant.github.io/"
Expand Down

0 comments on commit ed70bdc

Please sign in to comment.