excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / u / universal-media-server.rb
blobe4b5a7ad1980e2a9206d88fd60a7cc14f2a5a2ba
1 cask "universal-media-server" do
2   arch arm: "-arm"
4   version "14.7.0"
5   sha256 arm:   "d88733f0281526e7002f37858050c9d3610f08bda8d51084bf71673702a42a96",
6          intel: "041a130ed8426b262c1121b3a4be4b0bcc583e4510a50ea0f1f9a43e6e184c26"
8   url "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/#{version}/UMS-#{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