homebrew-cask-versions/Casks/eagle.rb
Roland Walker b1e74af69b Avoid multiple uninstall artifacts.
In #3431, we recently discovered that this form is valid
to the DSL, but can exercise a bug at uninstall time.
2014-03-07 09:11:33 -05:00

9 lines
359 B
Ruby

class Eagle < Cask
url 'ftp://ftp.cadsoft.de/eagle/program/6.5/eagle-mac-6.5.0.zip'
homepage 'http://www.cadsoftusa.com/'
version '6.5.0'
sha256 '902e6f8ebdf0991a7b26a997e66540bf1e2b984b82a683be97fa469b95d35239'
install 'eagle-6.5.0.pkg'
uninstall :pkgutil => 'com.CadSoftComputerGmbH.EAGLE',
:files => '/Applications/EAGLE-6.5.0'
end