Merge pull request #194004 from Homebrew/bump-binance-1.54.4
[Homebrew/homebrew-cask.git] / Casks / m / macgesture.rb
blob472ef446bb0264c28f868ee8841b48aca1d48573
1 cask "macgesture" do
2   version "3.2.0"
3   sha256 "dd1dafaa4958524f5cf7e3ba35d3235c11f4348d429be63df03a0f6cf8aa0000"
5   url "https://github.com/MacGesture/MacGesture/releases/download/#{version}/MacGesture-#{version}.zip"
6   name "MacGesture"
7   desc "Utility to set up global mouse gestures"
8   homepage "https://github.com/MacGesture/MacGesture"
10   auto_updates true
12   app "MacGesture.app"
14   zap trash: [
15     "~/Library/Caches/com.codefalling.MacGesture",
16     "~/Library/Preferences/com.codefalling.MacGesture.plist",
17     "~/Library/WebKit/com.codefalling.MacGesture",
18   ]
19 end