homebrew-cask/Casks/leap-motion.rb

11 lines
334 B
Ruby
Raw Normal View History

2014-03-05 03:43:14 +08:00
class LeapMotion < Cask
2014-07-03 18:29:57 +08:00
version '1.2.1'
sha256 '70507658b029398f5839603ed0e5998db690608f17dc6d55386f12a41a70edee'
2014-07-03 18:29:57 +08:00
url 'https://warehouse.leapmotion.com/apps/3382/download'
homepage 'https://www.leapmotion.com/setup'
2014-09-10 23:37:03 +08:00
pkg 'Leap Motion.pkg'
2014-03-05 03:43:14 +08:00
uninstall :script => '/Applications/Leap Motion.app/Contents/MacOS/uninstall'
end