diff --git a/Casks/m/mouse-fix.rb b/Casks/m/mac-mouse-fix.rb similarity index 84% rename from Casks/m/mouse-fix.rb rename to Casks/m/mac-mouse-fix.rb index 0ce273af30..d7e08c72f3 100644 --- a/Casks/m/mouse-fix.rb +++ b/Casks/m/mac-mouse-fix.rb @@ -1,12 +1,12 @@ -cask "mouse-fix" do +cask "mac-mouse-fix" do version "2.2.3" sha256 "6f2eea2403b97e7d045d364b28bdd3f6a85a8e3c70470e94ab4f22add2e4ce7d" url "https://github.com/noah-nuebling/mac-mouse-fix/releases/download/#{version}/MacMouseFixApp.zip", verified: "github.com/noah-nuebling/mac-mouse-fix/" - name "Mouse Fix" + name "Mac Mouse Fix" desc "Mouse utility to add gesture functions and smooth scrolling to 3rd party mice" - homepage "https://mousefix.org/" + homepage "https://noah-nuebling.github.io/mac-mouse-fix-website/" livecheck do url :url diff --git a/cask_renames.json b/cask_renames.json index 0b955171dc..ff07e1d66a 100644 --- a/cask_renames.json +++ b/cask_renames.json @@ -1,6 +1,7 @@ { "ankerslicer": "ankermake", "cloudapp": "zight", + "mouse-fix": "mac-mouse-fix", "remotion": "multiapp", "sublime-text3": "sublime-text" }