mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 22:06:41 -06:00
7 lines
226 B
Ruby
7 lines
226 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'
|
|
sha1 '1ba20655f0c7e81ae7bdaed41050fe9994cafc08'
|
|
install 'eagle-6.5.0.pkg'
|
|
end
|