Browse Source

Update kicad for OSX to r5572 nightly binary.

Kicad for OSX now has nightly build binaries uploaded to kicad-pcb.org.
This cask installs the latest binary as well as the necesssary
Application Support folder.
master
Nathan Henrie 10 years ago
parent
commit
c0d9ec4336
  1. 11
      Casks/kicad.rb

11
Casks/kicad.rb

@ -0,0 +1,11 @@
cask :v1 => 'kicad' do
version 'r5572.20150404-034315'
sha256 '08bdff67c5c851154b58ff8556c70dbe986f1899e557ff6bf23ab7f658ac696c'
url "http://downloads.kicad-pcb.org/osx/kicad-#{version}.dmg"
homepage 'http://www.kicad-pcb.org/'
license :gpl
artifact 'kicad', :target => Pathname.new(File.expand_path('~')).join('Library/Application Support/kicad')
suite 'Kicad'
end
Loading…
Cancel
Save