Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Casks/companion.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
cask "companion" do
arch arm: "aarch64", intel: "x64"

version "0.0.74"
sha256 arm: "a47b47d4ac238c95fe76ae94e0da64505571cc8d0e46726ef96e0ef6c83dcb50",
intel: "e7d011366b1a04ee533c9f79d913f8a47f84e69703bb17579574655d249a5275"
version "0.3.4"
sha256 arm: "97ff5c20f3551100040d35b1811eac263c72df51b4ccc96451f3b5431cab32d8",
intel: "e152c36465697b02705ba5b40bc815e471d079b2cfe9ac1bc0717ea883a0c04c"

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

app "Music Assistant Companion.app"
app "Music Assistant.app"
end
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Music-assistant homebrew tap
# Music Assistant Homebrew Tap

This is the musis assistant homebrew tap.
You can install the music assistant companion using the command `brew install music-assistant/tap/companion`
This is the Music Assistant homebrew tap.

You can install the Music Assistant desktop app using the following commands:

```sh
brew tap music-assistant/tap
brew install music-assistant/tap/companion
```

The desktop app is sourced from the [music-assistant/desktop-app](https://github.com/music-assistant/desktop-app) repository.