homebrew-cask/Casks/eagle.rb

14 lines
529 B
Ruby

cask 'eagle' do
version '9.5.0'
sha256 'c16be486d7834a83de5d3e15d177750fd151227f35db47b43954089743477905'
url "https://eagle-updates.circuits.io/downloads/#{version.dots_to_underscores}/Autodesk_EAGLE_#{version}_English_Mac_64bit.pkg"
appcast 'https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://www.autodesk.com/eagle-download-mac'
name 'Autodesk EAGLE'
homepage 'https://circuits.io/'
pkg "Autodesk_EAGLE_#{version}_English_Mac_64bit.pkg"
uninstall pkgutil: 'com.Autodesk.eagle'
end