mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 06:06:50 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
252 B
Ruby
7 lines
252 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'
|
|
end
|