Skip to content

Commit

Permalink
Add cask
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Jan 21, 2024
1 parent 852ce78 commit c4f6d64
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Casks/companion.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
cask "companion" do
arch arm: "arm64", intel: "x64"

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

version "0.0.31"
sha256 arm: "bla bla"
intel: "bla bla"

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

app "music-assistant-companion.app"
end

0 comments on commit c4f6d64

Please sign in to comment.