1 cask "mac-mouse-fix@2" do
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/"
8 desc "Mouse utility to add gesture functions and smooth scrolling to 3rd party mice"
9 homepage "https://macmousefix.com/"
13 regex(/^v?(2(?:\.\d+)+)$/i)
16 conflicts_with cask: "mac-mouse-fix"
17 depends_on macos: ">= :high_sierra"
19 app "Mac Mouse Fix.app"
22 "~/Library/Application Support/com.nuebling.mac-mouse-fix",
23 "~/Library/LaunchAgents/com.nuebling.mac-mouse-fix.helper.plist",