Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / s / subler.rb
blobd1004f102ede681b6fcd3e1cfcfe934e25a993b6
1 cask "subler" do
2   version "1.8.5"
3   sha256 "ddf0c13044da6a090c6db1b5f5ca7332880c1312a31004416b63b20d22b7d175"
5   url "https://github.com/SublerApp/Subler/releases/download/#{version}/Subler-#{version}.zip",
6       verified: "github.com/SublerApp/Subler/"
7   name "Subler"
8   desc "Mux and tag mp4 files"
9   homepage "https://subler.org/"
11   livecheck do
12     url "https://subler.org/appcast/appcast.xml"
13     strategy :sparkle
14   end
16   auto_updates true
17   depends_on macos: ">= :high_sierra"
19   app "Subler.app"
21   zap trash: [
22     "~/Library/Application Support/Subler",
23     "~/Library/Caches/org.galad.Subler",
24     "~/Library/Preferences/org.galad.Subler.plist",
25     "~/Library/Saved Application State/org.galad.Subler.savedState",
26   ]
27 end