From 82596dc438ab6879810e3acf419a988260b36ddc Mon Sep 17 00:00:00 2001 From: Noah Nuebling Date: Fri, 1 Sep 2023 21:32:46 +0200 Subject: [PATCH 1/4] Delete Casks/m/mouse-fix.rb --- Casks/m/mouse-fix.rb | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Casks/m/mouse-fix.rb diff --git a/Casks/m/mouse-fix.rb b/Casks/m/mouse-fix.rb deleted file mode 100644 index 0ce273af30..0000000000 --- a/Casks/m/mouse-fix.rb +++ /dev/null @@ -1,24 +0,0 @@ -cask "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" - desc "Mouse utility to add gesture functions and smooth scrolling to 3rd party mice" - homepage "https://mousefix.org/" - - livecheck do - url :url - strategy :github_latest - end - - auto_updates true - - app "Mac Mouse Fix.app" - - zap trash: [ - "~/Library/Application Support/com.nuebling.mac-mouse-fix", - "~/Library/LaunchAgents/com.nuebling.mac-mouse-fix.helper.plist", - ] -end From a4c8e0ec6d4db4caa15c85c420f644c0d130cd93 Mon Sep 17 00:00:00 2001 From: Noah Nuebling Date: Fri, 1 Sep 2023 21:34:05 +0200 Subject: [PATCH 2/4] Create Casks/m/mac-mouse-fix.rb --- Casks/m/mac-mouse-fix.rb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Casks/m/mac-mouse-fix.rb diff --git a/Casks/m/mac-mouse-fix.rb b/Casks/m/mac-mouse-fix.rb new file mode 100644 index 0000000000..d7e08c72f3 --- /dev/null +++ b/Casks/m/mac-mouse-fix.rb @@ -0,0 +1,24 @@ +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 "Mac Mouse Fix" + desc "Mouse utility to add gesture functions and smooth scrolling to 3rd party mice" + homepage "https://noah-nuebling.github.io/mac-mouse-fix-website/" + + livecheck do + url :url + strategy :github_latest + end + + auto_updates true + + app "Mac Mouse Fix.app" + + zap trash: [ + "~/Library/Application Support/com.nuebling.mac-mouse-fix", + "~/Library/LaunchAgents/com.nuebling.mac-mouse-fix.helper.plist", + ] +end From 762f9d9ca29e6735010d836a1b999307404778b8 Mon Sep 17 00:00:00 2001 From: Noah Nuebling Date: Fri, 1 Sep 2023 21:36:29 +0200 Subject: [PATCH 3/4] mac-mouse-fix: renamed from mouse-fix --- cask_renames.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cask_renames.json b/cask_renames.json index 0b955171dc..07925035ef 100644 --- a/cask_renames.json +++ b/cask_renames.json @@ -2,5 +2,6 @@ "ankerslicer": "ankermake", "cloudapp": "zight", "remotion": "multiapp", - "sublime-text3": "sublime-text" + "sublime-text3": "sublime-text", + "mouse-fix": "mac-mouse-fix" } From dee2ff56a7d4e0ceb75f1c9ebcad1667a53a2104 Mon Sep 17 00:00:00 2001 From: Noah Nuebling Date: Sat, 2 Sep 2023 01:18:16 +0200 Subject: [PATCH 4/4] Sorted cask_renames.json alphabetically --- cask_renames.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cask_renames.json b/cask_renames.json index 07925035ef..ff07e1d66a 100644 --- a/cask_renames.json +++ b/cask_renames.json @@ -1,7 +1,7 @@ { "ankerslicer": "ankermake", "cloudapp": "zight", + "mouse-fix": "mac-mouse-fix", "remotion": "multiapp", - "sublime-text3": "sublime-text", - "mouse-fix": "mac-mouse-fix" + "sublime-text3": "sublime-text" }