Skip to content

Instantly share code, notes, and snippets.

@ericboehs
Created June 4, 2014 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericboehs/801468f8051288e4d54c to your computer and use it in GitHub Desktop.
Save ericboehs/801468f8051288e4d54c to your computer and use it in GitHub Desktop.
class Safaritabswitching < Cask
url 'https://github.com/rs/SafariTabSwitching/releases/download/1.2.6/Safari.Tab.Switching-1.2.6.pkg'
homepage 'https://github.com/rs/SafariTabSwitching'
version '1.2.6'
sha256 :no_check
install 'Safari.Tab.Switching-1.2.6.pkg'
uninstall :script => { :executable => 'uninstall.tool', :input => %w[Yes] }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment