homebrew-cask/Casks/kicad.rb

12 lines
336 B
Ruby
Raw Normal View History

2014-11-14 01:26:12 +08:00
cask :v1 => 'kicad' do
2014-11-05 06:12:34 +08:00
version '2014-02-26'
sha256 '066520f10e9646e88c2e1d7812adf54a73a331592076f394cb439a97c228410b'
# mdx4.org is the official download host per the vendor homepage
2014-11-05 06:12:34 +08:00
url "http://www.mdx4.org/uploads/kicad/Kicad-product-#{version}.zip"
homepage 'http://www.kicad-pcb.org/'
license :gpl
suite 'Kicad'
end