homebrew-cask/Casks/ltspice.rb

13 lines
408 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'ltspice' do
2014-09-17 19:42:51 +08:00
version :latest
2014-06-07 18:29:07 +08:00
sha256 :no_check
2016-03-21 04:17:43 +08:00
# ltspice.linear-tech.com was verified as official when first introduced to the cask
url 'http://ltspice.linear-tech.com/LTspiceIV.dmg'
2015-04-12 02:40:16 +08:00
name 'LTspice'
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