phinze/homebrew-cask

View on GitHub
Casks/f/fastclicker.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "fastclicker" do
  version "1.1"
  sha256 :no_check

  url "http://www.advanced-mouse-auto-clicker.com/setup/FastClicker.zip"
  name "FastClicker"
  desc "Auto clicker and mouse automation utility"
  homepage "http://www.advanced-mouse-auto-clicker.com/mac-auto-clicker.html"

  deprecate! date: "2023-12-17", because: :discontinued

  app "FastClicker.app"
end