Skip to content

Commit

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

name "Music-Assistant-Companion"
desc "Companion app for music assistant"
homepage "https://music-assistant.github.io/"

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

url "https://github.com/music-assistant/companion/releases/download/v#{version}/Music.Assistant.Companion_#{arch}.app.tar.gz"
name "Music-Assistant-Companion"
desc "App for music assistant"
homepage "https://music-assistant.github.io/"

app "music-assistant-companion.app"
end

0 comments on commit c82fe6f

Please sign in to comment.