homebrew-cask/Casks/ltspice.rb

12 lines
381 B
Ruby
Raw Normal View History

2014-11-14 01:26:17 +08:00
cask :v1 => 'ltspice' do
2014-09-17 19:42:51 +08:00
version :latest
2014-06-07 18:29:07 +08:00
sha256 :no_check
2015-01-18 09:00:26 +08:00
# tech.com is the official download host per the vendor homepage
url 'http://ltspice.linear-tech.com/LTspiceIV.dmg'
homepage 'http://www.linear.com/designtools/software/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:52 +08:00
app 'LTspice.app'
2014-03-04 00:08:53 +08:00
end