homebrew-cask/Casks/safari-tab-switching.rb

16 lines
608 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'safari-tab-switching' do
version '1.2.8'
sha256 'af604769a572939a41e9c7ab33efd6acc81cc8efda5a68782bec744fd3f51176'
2014-11-09 14:11:33 +08:00
url "https://github.com/rs/SafariTabSwitching/releases/download/#{version}/Safari.Tab.Switching-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/rs/SafariTabSwitching/releases.atom',
:sha256 => '8f472627f4f0c83a4d91e0c3b54ba23abe7a8ad907c05c8c1c4902ae4bb979d6'
2015-01-10 05:42:49 +08:00
name 'Safari Tab Switching'
homepage 'https://github.com/rs/SafariTabSwitching'
license :oss
2014-11-09 14:11:33 +08:00
pkg "Safari Tab Switching-#{version}.pkg"
uninstall :pkgutil => 'net.rhapsodyk.SafariTabSwitching.pkg'
end