homebrew-cask/Casks/toad.rb

14 lines
511 B
Ruby
Raw Normal View History

2016-03-02 13:41:49 +08:00
cask 'toad' do
2016-06-02 07:59:06 +08:00
version '2.4.0'
sha256 '74f7d6a26c0bd5eaec2c3d2e02994fe9e89131e3f1baa8742416f9dc6222e4af'
2016-03-02 13:41:49 +08:00
2016-07-05 05:37:01 +08:00
# community-downloads.quest.com/toadsoft/toadmacedition was verified as official when first introduced to the cask
2016-03-02 13:41:49 +08:00
url "http://community-downloads.quest.com/toadsoft/toadmacedition/ToadMacEdition_#{version.no_dots}.zip"
name 'Toad'
homepage 'https://www.toadworld.com/products/toad-mac-edition'
2016-04-21 01:22:01 +08:00
pkg "ToadMacEdition_AppStore_#{version.no_dots}.pkg"
uninstall pkgutil: 'com.dell.Toad'
2016-03-02 13:41:49 +08:00
end