homebrew-cask/Casks/leap-motion.rb

13 lines
374 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'leap-motion' do
2016-02-27 02:56:37 +08:00
version '2.3.1,4184'
sha256 '77e15a08f122f9fc88a0a3f032f0421f9993b8b7c24f5252b478db955d777cd6'
2016-02-27 02:56:37 +08:00
url "https://warehouse.leapmotion.com/apps/#{version.after_comma}/download"
2015-04-09 02:26:36 +08:00
name 'Leap Motion'
homepage 'https://www.leapmotion.com/setup'
2014-09-10 23:37:03 +08:00
pkg 'Leap Motion.pkg'
2014-11-22 22:12:41 +08:00
uninstall script: '/Applications/Leap Motion.app/Contents/MacOS/uninstall'
2014-03-05 03:43:14 +08:00
end