Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / s / sparkle.rb
blobf284cc7b37318d114df6c6d7e5c4fe9fccc748b9
1 cask "sparkle" do
2   version "2.6.4"
3   sha256 "50612a06038abc931f16011d7903b8326a362c1074dabccb718404ce8e585f0b"
5   url "https://github.com/sparkle-project/Sparkle/releases/download/#{version}/Sparkle-#{version}.tar.xz",
6       verified: "github.com/sparkle-project/Sparkle/"
7   name "Sparkle"
8   desc "Software update framework for Cocoa developers"
9   homepage "https://sparkle-project.org/"
11   livecheck do
12     url :url
13     strategy :github_latest
14   end
16   depends_on macos: ">= :high_sierra"
18   app "Sparkle Test App.app"
19   binary "sparkle.app/Contents/MacOS/sparkle"
21   zap trash: [
22     "~/Library/Application Scripts/org.sparkle-project.Downloader",
23     "~/Library/Application Scripts/org.sparkle-project.SparkleTestApp",
24     "~/Library/Containers/org.sparkle-project.Downloader",
25     "~/Library/Containers/org.sparkle-project.SparkleTestApp",
26     "~/Library/Preferences/org.sparkle-project.SparkleTestApp.plist",
27   ]
28 end