Files
homebrew-cask/Casks/m/mbcord.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

12 lines
349 B
Ruby

cask "mbcord" do
version "2.3.13"
sha256 "2640e50aa5d0f8eccc3697700841667b0b5cfb83df33679ed260d468f559334d"
url "https://github.com/oonqt/MBCord/releases/download/#{version}/MBCord-darwin-x64.zip"
name "mbcord"
desc "Discord rich presence client for Jellyfin and Emby"
homepage "https://github.com/oonqt/MBCord"
app "MBCord.app"
end