homebrew-cask-versions/Casks/toad-mac.rb
Roland Walker 40184ad948 mass update of 650 Casks to sha256
each of these is verified: the current sha1 and the new
sha256 are both correct for the given download.
2014-02-24 07:55:29 -05:00

8 lines
399 B
Ruby

class ToadMac < Cask
url 'http://community-downloads.quest.com/toadsoft/toadmacedition/ToadMacEdition_108.pkg'
homepage 'http://www.toadworld.com/products/toad-mac-edition/default.aspx'
version '1.0.8'
sha256 'd02861e2319197730b16d112134f46f75b263d79ba6be29f6d9e33837c031fb9'
install 'ToadMacEdition_108.pkg'
uninstall :pkgutil => 'com.dell.Toad', :files => '/Applications/Toad.app'
end