homebrew-cask/Casks/eagle.rb

16 lines
524 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'eagle' do
2016-06-11 07:38:47 +08:00
version '7.6.0'
sha256 'e4ee203fcb7deb4f8ce992df614b246f6c4332bba42dbefd5da8d2410427a7de'
2016-02-14 08:08:46 +08:00
# cadsoft.de was verified as official when first introduced to the cask
url "http://web.cadsoft.de/ftp/eagle/program/#{version.sub(%r{\.\d+$}, '')}/eagle-mac64-#{version}.zip"
name 'CadSoft EAGLE'
homepage 'https://www.cadsoftusa.com/'
2015-05-15 01:41:35 +08:00
license :freemium
2015-05-15 01:41:35 +08:00
pkg "eagle-mac64-#{version}.pkg"
2014-11-22 22:12:38 +08:00
uninstall pkgutil: 'com.CadSoftComputerGmbH.EAGLE',
delete: "/Applications/EAGLE-#{version}"
2013-12-02 22:49:25 +08:00
end