diff --git a/Casks/companion.rb b/Casks/companion.rb index 6f5d86b..bd5fc6e 100644 --- a/Casks/companion.rb +++ b/Casks/companion.rb @@ -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 diff --git a/README.md b/README.md index 5928744..ed9a081 100644 --- a/README.md +++ b/README.md @@ -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.