excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / sparkle.rb
blob28889ad8b4d643a407688ac288f9a0ea051ac6fa
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   app "Sparkle Test App.app"
17   binary "sparkle.app/Contents/MacOS/sparkle"
19   zap trash: [
20     "~/Library/Application Scripts/org.sparkle-project.Downloader",
21     "~/Library/Application Scripts/org.sparkle-project.SparkleTestApp",
22     "~/Library/Containers/org.sparkle-project.Downloader",
23     "~/Library/Containers/org.sparkle-project.SparkleTestApp",
24     "~/Library/Preferences/org.sparkle-project.SparkleTestApp.plist",
25   ]
26 end