Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / u / universal-media-server.rb
blob875a507afc1f2c27cf7581521b7a53d3fb45833b
1 cask "universal-media-server" do
2   arch arm: "arm", intel: "x86_64"
4   version "14.9.0"
5   sha256 arm:   "55f2beb5f9ad05a8fd2acdb22168972cdd84e7d55485e8f64326a4cb94565137",
6          intel: "491e987e7638527eb9569d6c9d81acdc4a849e73626ef8730d6ba6593c7a5b13"
8   url "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/#{version}/UMS-macOS-#{version}-#{arch}.dmg",
9       verified: "github.com/UniversalMediaServer/UniversalMediaServer/"
10   name "Universal Media Server"
11   desc "Media server supporting DLNA, UPnP and HTTP(S)"
12   homepage "https://www.universalmediaserver.com/"
14   livecheck do
15     url :url
16     strategy :github_latest
17   end
19   depends_on macos: ">= :catalina"
21   app "Universal Media Server.app"
23   zap trash: "~/Library/Application Support/UMS"
24 end