homebrew-cask/Casks/ltspice.rb

8 lines
194 B
Ruby
Raw Normal View History

2014-03-04 00:08:53 +08:00
class Ltspice < Cask
url 'http://ltspice.linear-tech.com/LTspiceIV.dmg'
homepage 'http://www.linear.com/designtools/software/'
2014-06-07 18:29:07 +08:00
version 'latest'
sha256 :no_check
2014-03-04 00:08:53 +08:00
link 'LTspice.app'
end