homebrew-cask/Casks/toad-mac.rb

11 lines
401 B
Ruby
Raw Normal View History

2013-10-19 23:03:32 +08:00
class ToadMac < Cask
2014-02-07 15:06:53 +08:00
version '1.0.8'
sha256 'd02861e2319197730b16d112134f46f75b263d79ba6be29f6d9e33837c031fb9'
url 'http://community-downloads.quest.com/toadsoft/toadmacedition/ToadMacEdition_108.pkg'
homepage 'http://www.toadworld.com/products/toad-mac-edition/default.aspx'
2014-02-07 15:06:53 +08:00
install 'ToadMacEdition_108.pkg'
2013-10-19 23:03:32 +08:00
uninstall :pkgutil => 'com.dell.Toad', :files => '/Applications/Toad.app'
end