Merge pull request #200927 from Homebrew/bump-zed-0.172.10
[Homebrew/homebrew-cask.git] / Casks / h / historyhound.rb
blob1ea24c8f4783eb0c72d2112143c909e64235411e
1 cask "historyhound" do
2   version "2.3.5"
3   sha256 "1a3f5199c7f822949a784dd53e55256d15910d09dbda900baf64032ec3a6ea56"
5   url "https://www.stclairsoft.com/download/HistoryHound-#{version}.dmg"
6   name "HistoryHound"
7   desc "Browser history and bookmarks keyword search"
8   homepage "https://www.stclairsoft.com/HistoryHound/"
10   livecheck do
11     url "https://www.stclairsoft.com/cgi-bin/sparkle.cgi?HH"
12     strategy :sparkle, &:short_version
13   end
15   auto_updates true
16   depends_on macos: ">= :high_sierra"
18   app "HistoryHound.app"
20   zap trash: [
21     "~/Library/Application Support/HistoryHound",
22     "~/Library/Caches/com.stclairsoft.HistoryHound",
23     "~/Library/Preferences/com.stclairsoft.HistoryHound.plist",
24   ]
25 end