excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / sessionrestore.rb
blob75752f4b102f8ab2d10b1c7e37e3e3f5e6346cda
1 cask "sessionrestore" do
2   version "2.8"
3   sha256 :no_check
5   url "https://sweetpproductions.com/products/sessionrestore/SessionRestore.dmg"
6   name "SessionRestore"
7   desc "Helps to keep numerous Safari tabs open for reading them later"
8   homepage "https://sessionrestore.sweetpproductions.com/"
10   livecheck do
11     url "https://sweetpproductions.com/products/sessionrestore/appcast.xml"
12     strategy :sparkle
13   end
15   auto_updates true
16   depends_on macos: ">= :mojave"
18   app "SessionRestore.app"
20   zap trash: [
21     "~/Library/Containers/com.sweetpproductions.SessionRestore",
22     "~/Library/Containers/com.sweetpproductions.SessionRestore.Extension",
23     "~/Library/Group Containers/U928YCMMNK.com.sweetpproductions.SessionRestore",
24   ]
25 end