From 698b8ade0f965cc2511d175db131f817f57ebf2e Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 29 Dec 2023 13:59:12 -0500 Subject: [PATCH] leap-motion: remove Signed-off-by: Rui Chen --- Casks/l/leap-motion.rb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Casks/l/leap-motion.rb diff --git a/Casks/l/leap-motion.rb b/Casks/l/leap-motion.rb deleted file mode 100644 index 1dce21205a..0000000000 --- a/Casks/l/leap-motion.rb +++ /dev/null @@ -1,17 +0,0 @@ -cask "leap-motion" do - version "2.3.1" - sha256 :no_check - - url "https://warehouse.leapmotion.com/apps/4184/download" - name "Leap Motion" - homepage "https://www.leapmotion.com/setup" - - livecheck do - url "https://warehouse.leapmotion.com/apps/4184/download" - strategy :header_match - end - - pkg "Leap Motion.pkg" - - uninstall script: "/Applications/Leap Motion.app/Contents/MacOS/uninstall" -end