homebrew-cask-versions/Casks/kicad.rb
2014-11-07 18:50:48 +00:00

11 lines
328 B
Ruby

class Kicad < Cask
version '2014-02-26'
sha256 '066520f10e9646e88c2e1d7812adf54a73a331592076f394cb439a97c228410b'
# mdx4 is the official download host per the vendor homepage
url "http://www.mdx4.org/uploads/kicad/Kicad-product-#{version}.zip"
homepage 'http://www.kicad-pcb.org/'
license :gpl
suite 'Kicad'
end