Merge pull request #194004 from Homebrew/bump-binance-1.54.4
[Homebrew/homebrew-cask.git] / Casks / m / mac-mouse-fix@2.rb
blob0376a727fafb7637154e933b23a9c30f2a3e3f54
1 cask "mac-mouse-fix@2" do
2   version "2.2.5"
3   sha256 "ecd2bb9fc1763652bfc685a05e1adabacb5e97403d6d17bc7b3595089a0847c6"
5   url "https://github.com/noah-nuebling/mac-mouse-fix/releases/download/#{version}/MacMouseFixApp.zip",
6       verified: "github.com/noah-nuebling/mac-mouse-fix/"
7   name "Mac Mouse Fix"
8   desc "Mouse utility to add gesture functions and smooth scrolling to 3rd party mice"
9   homepage "https://macmousefix.com/"
11   livecheck do
12     url :url
13     regex(/^v?(2(?:\.\d+)+)$/i)
14   end
16   conflicts_with cask: "mac-mouse-fix"
17   depends_on macos: ">= :high_sierra"
19   app "Mac Mouse Fix.app"
21   zap trash: [
22     "~/Library/Application Support/com.nuebling.mac-mouse-fix",
23     "~/Library/LaunchAgents/com.nuebling.mac-mouse-fix.helper.plist",
24   ]
25 end