homebrew-cask/Casks/emby-server.rb

15 lines
529 B
Ruby

cask 'emby-server' do
version '4.0.1.0'
sha256 '162af71ada91c833f9f858f00c5cb334a1e13295163b7e002653653464a3ba85'
# github.com/MediaBrowser/Emby.Releases was verified as official when first introduced to the cask
url "https://github.com/MediaBrowser/Emby.Releases/releases/download/#{version}/embyserver-osx-x64-#{version}.zip"
appcast 'https://github.com/MediaBrowser/Emby.Releases/releases.atom'
name 'Emby Server'
homepage 'https://emby.media/'
app 'EmbyServer.app'
zap trash: '~/.config/emby-server'
end