Merge pull request #198799 from Homebrew/bump-huly-0.6.411
[Homebrew/homebrew-cask.git] / Casks / n / neat.rb
blobe1843c2612b23a8bdf0d14e3d928a5f982026f3c
1 cask "neat" do
2   arch arm: "-arm64"
4   version "0.0.57"
5   sha256 arm:   "6ee09ab726e19aaa84d32c32bb58d542acf4f3f721f6c11d4b7a339ce3803e02",
6          intel: "d0b19076140d2ae131b8f0ab64763b1a5c5398e8dbcbf1ee7146811737c16c2f"
8   url "https://github.com/neat-run/activity-feed-public/releases/download/v#{version}/Neat-#{version}#{arch}.dmg",
9       verified: "github.com/neat-run/activity-feed-public/"
10   name "Neat"
11   desc "GitHub and Linear notifications on your desktop and menu bar"
12   homepage "https://neat.run/"
14   livecheck do
15     url :url
16     strategy :github_latest
17   end
19   app "Neat.app"
21   zap trash: [
22     "~/Library/Application Support/Neat",
23     "~/Library/Preferences/com.electron.neat.plist",
24   ]
25 end