mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 06:06:50 -06:00
9 lines
196 B
Ruby
9 lines
196 B
Ruby
class Ltspice < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'http://ltspice.linear-tech.com/LTspiceIV.dmg'
|
|
homepage 'http://www.linear.com/designtools/software/'
|
|
|
|
link 'LTspice.app'
|
|
end
|